#D99F3C

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

Shades of Fire Bush #D99F3C

Tints of Fire Bush #D99F3C

Color information

#D99F3C (or 0xD99F3C) is unknown color: approx Fire Bush. HEX triplet: D9, 9F and 3C. RGB value is (217,159,60). Sum of RGB (Red+Green+Blue) = 217+159+60=436 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.77% from 436); Green value is 159 (62.5% from 255 or 36.47% from 436); Blue value is 60 (23.83% from 255 or 13.76% from 436); Max value from RGB is 217 - color contains mainly: red. Hex color #D99F3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99F3C is #2660C3. Grayscale: #A5A5A5. Windows color (decimal): -2515140 or 3973081. OLE color: 3973081.

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

Color convert

RGB21715960-
CMYK00.270.720.15
HSL37.83º67.38%54.31%-
HSV(B)37.83º72.35%85.1%-
XYZ41.8339.879.77-
YUV165.0668.72165.05-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.77%
GREEN value IS 159 (62.5% from 255) = 36.47%
BLUE value IS 60 (23.83% from 255) = 13.76%
R=49.77%
G=36.47%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171596000.270.720.1537.8367.3854.31
HexD99F3C01B48F264336
Octal33123774033110174610366
Binary1101100110011111111100011011100100011111001101000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99F3C; }

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

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

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

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

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

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

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

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