#db8f4d

Color #DB8F4D Fire Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Bush #DB8F4D

Tints of Fire Bush #DB8F4D

Color information

#DB8F4D (or 0xDB8F4D) is unknown color: approx Fire Bush. HEX triplet: DB, 8F and 4D. RGB value is (219,143,77). Sum of RGB (Red+Green+Blue) = 219+143+77=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 143 (56.25% from 255 or 32.57% from 439); Blue value is 77 (30.47% from 255 or 17.54% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8F4D is #2470B2. Grayscale: #9E9E9E. Windows color (decimal): -2388147 or 5083099. OLE color: 5083099.

HSL color Cylindrical-coordinate representation of color #DB8F4D: hue angle of 27.89º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB8F4D is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB21914377-
CMYK00.350.650.14
HSL27.89º66.36%58.04%-
HSV(B)27.89º64.84%85.88%-
XYZ40.3835.2411.7-
YUV158.282.18171.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 219 (85.94% from 255) = 49.89%
GREEN value IS 143 (56.25% from 255) = 32.57%
BLUE value IS 77 (30.47% from 255) = 17.54%
R=49.89%
G=32.57%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191437700.350.650.1427.8966.3658.04
HexDB8F4D02341E1c423a
Octal333217115043101163410272
Binary11011011100011111001101010001110000011110111001000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db8f4d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db8f4d; }

 p { color: rgb(219,143,77); }

 H1.HeaderClassName
 {
   color: #db8f4d;
 }
 .AnyTagClassName
 {
   color: #db8f4d;
 }
</style>
background-color css

<style>
 a { background-color: #db8f4d; }

 a { background-color: rgb(219,143,77); }

 div.DivClassName
 {
   background-color: #db8f4d;
 }
 .BgClassName
 {
   background-color: #db8f4d;
 }
</style>
border-color css

<style>
 span { border-color: #db8f4d; }

 span { border-color: rgb(219,143,77); }

 td.TdClassName
 {
   border-color: #db8f4d;
 }
 .TagClassName
 {
   border-color: #db8f4d;
 }
</style>