#D99F37

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

Shades of Fire Bush #D99F37

Tints of Fire Bush #D99F37

Color information

#D99F37 (or 0xD99F37) is unknown color: approx Fire Bush. HEX triplet: D9, 9F and 37. RGB value is (217,159,55). Sum of RGB (Red+Green+Blue) = 217+159+55=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 159 (62.5% from 255 or 36.89% from 431); Blue value is 55 (21.88% from 255 or 12.76% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D99F37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99F37 is #2660C8. Grayscale: #A4A4A4. Windows color (decimal): -2515145 or 3645401. OLE color: 3645401.

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

Color convert

RGB21715955-
CMYK00.270.750.15
HSL38.52º68.07%53.33%-
HSV(B)38.52º74.65%85.1%-
XYZ41.739.829.1-
YUV164.4966.22165.46-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.35%
GREEN value IS 159 (62.5% from 255) = 36.89%
BLUE value IS 55 (21.88% from 255) = 12.76%
R=50.35%
G=36.89%
B=12.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.75
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171595500.270.750.1538.5268.0753.33
HexD99F3701B4BF274435
Octal33123767033113174710465
Binary1101100110011111110111011011100101111111001111000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99F37; }

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

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

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

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

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

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

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

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