#D99D40

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

Shades of Fire Bush #D99D40

Tints of Fire Bush #D99D40

Color information

#D99D40 (or 0xD99D40) is unknown color: approx Fire Bush. HEX triplet: D9, 9D and 40. RGB value is (217,157,64). Sum of RGB (Red+Green+Blue) = 217+157+64=438 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.54% from 438); Green value is 157 (61.72% from 255 or 35.84% from 438); Blue value is 64 (25.39% from 255 or 14.61% from 438); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99D40 is #2662BF. Grayscale: #A4A4A4. Windows color (decimal): -2515648 or 4234713. OLE color: 4234713.

HSL color Cylindrical-coordinate representation of color #D99D40: hue angle of 36.47º 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 #D99D40 is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB21715764-
CMYK00.280.710.15
HSL36.47º66.81%55.1%-
HSV(B)36.47º70.51%85.1%-
XYZ41.639.2410.23-
YUV164.3471.38165.56-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.54%
GREEN value IS 157 (61.72% from 255) = 35.84%
BLUE value IS 64 (25.39% from 255) = 14.61%
R=49.54%
G=35.84%
B=14.61%

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
Decimal2171576400.280.710.1536.4766.8155.1
HexD99D4001C47F244337
Octal331235100034107174410367
Binary11011001100111011000000011100100011111111001001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99D40; }

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

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

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

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

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

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

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

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