#D99F4C

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

Shades of Fire Bush #D99F4C

Tints of Fire Bush #D99F4C

Color information

#D99F4C (or 0xD99F4C) is unknown color: approx Fire Bush. HEX triplet: D9, 9F and 4C. RGB value is (217,159,76). Sum of RGB (Red+Green+Blue) = 217+159+76=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 159 (62.5% from 255 or 35.18% from 452); Blue value is 76 (30.08% from 255 or 16.81% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D99F4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99F4C is #2660B3. Grayscale: #A7A7A7. Windows color (decimal): -2515124 or 5021657. OLE color: 5021657.

HSL color Cylindrical-coordinate representation of color #D99F4C: hue angle of 35.32º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D99F4C is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB21715976-
CMYK00.270.650.15
HSL35.32º64.98%57.45%-
HSV(B)35.32º64.98%85.1%-
XYZ42.3240.0712.34-
YUV166.8876.72163.75-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.01%
GREEN value IS 159 (62.5% from 255) = 35.18%
BLUE value IS 76 (30.08% from 255) = 16.81%
R=48.01%
G=35.18%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171597600.270.650.1535.3264.9857.45
HexD99F4C01B41F234139
Octal331237114033101174310171
Binary11011001100111111001100011011100000111111000111000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99F4C; }

 p { color: rgb(217,159,76); }

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

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

 a { background-color: rgb(217,159,76); }

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

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

 span { border-color: rgb(217,159,76); }

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