#D19E48

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

Shades of Fire Bush #D19E48

Tints of Fire Bush #D19E48

Color information

#D19E48 (or 0xD19E48) is unknown color: approx Fire Bush. HEX triplet: D1, 9E and 48. RGB value is (209,158,72). Sum of RGB (Red+Green+Blue) = 209+158+72=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 158 (62.11% from 255 or 35.99% from 439); Blue value is 72 (28.52% from 255 or 16.40% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D19E48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19E48 is #2E61B7. Grayscale: #A3A3A3. Windows color (decimal): -3039672 or 4759249. OLE color: 4759249.

HSL color Cylindrical-coordinate representation of color #D19E48: hue angle of 37.66º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D19E48 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB20915872-
CMYK00.240.660.18
HSL37.66º59.83%55.1%-
HSV(B)37.66º65.55%81.96%-
XYZ39.6938.4811.47-
YUV163.4476.4160.49-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.61%
GREEN value IS 158 (62.11% from 255) = 35.99%
BLUE value IS 72 (28.52% from 255) = 16.40%
R=47.61%
G=35.99%
B=16.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091587200.240.660.1837.6659.8355.1
HexD19E480184212263c37
Octal32123611003010222467467
Binary11010001100111101001000011000100001010010100110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19E48; }

 p { color: rgb(209,158,72); }

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

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

 a { background-color: rgb(209,158,72); }

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

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

 span { border-color: rgb(209,158,72); }

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