#D99C40

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

Shades of Fire Bush #D99C40

Tints of Fire Bush #D99C40

Color information

#D99C40 (or 0xD99C40) is unknown color: approx Fire Bush. HEX triplet: D9, 9C and 40. RGB value is (217,156,64). Sum of RGB (Red+Green+Blue) = 217+156+64=437 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.66% from 437); Green value is 156 (61.33% from 255 or 35.70% from 437); Blue value is 64 (25.39% from 255 or 14.65% from 437); Max value from RGB is 217 - color contains mainly: red. Hex color #D99C40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99C40 is #2663BF. Grayscale: #A4A4A4. Windows color (decimal): -2515904 or 4234457. OLE color: 4234457.

HSL color Cylindrical-coordinate representation of color #D99C40: hue angle of 36.08º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D99C40 is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB21715664-
CMYK00.280.710.15
HSL36.08º66.81%55.1%-
HSV(B)36.08º70.51%85.1%-
XYZ41.4338.910.18-
YUV163.7571.71165.98-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.66%
GREEN value IS 156 (61.33% from 255) = 35.70%
BLUE value IS 64 (25.39% from 255) = 14.65%
R=49.66%
G=35.70%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171566400.280.710.1536.0866.8155.1
HexD99C4001C47F244337
Octal331234100034107174410367
Binary11011001100111001000000011100100011111111001001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99C40; }

 p { color: rgb(217,156,64); }

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

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

 a { background-color: rgb(217,156,64); }

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

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

 span { border-color: rgb(217,156,64); }

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