#D99E3C

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

Shades of Fire Bush #D99E3C

Tints of Fire Bush #D99E3C

Color information

#D99E3C (or 0xD99E3C) is unknown color: approx Fire Bush. HEX triplet: D9, 9E and 3C. RGB value is (217,158,60). Sum of RGB (Red+Green+Blue) = 217+158+60=435 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.89% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 60 (23.83% from 255 or 13.79% from 435); Max value from RGB is 217 - color contains mainly: red. Hex color #D99E3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99E3C is #2661C3. Grayscale: #A4A4A4. Windows color (decimal): -2515396 or 3972825. OLE color: 3972825.

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

Color convert

RGB21715860-
CMYK00.270.720.15
HSL37.45º67.38%54.31%-
HSV(B)37.45º72.35%85.1%-
XYZ41.6639.539.71-
YUV164.4769.05165.47-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.89%
GREEN value IS 158 (62.11% from 255) = 36.32%
BLUE value IS 60 (23.83% from 255) = 13.79%
R=49.89%
G=36.32%
B=13.79%

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
Decimal2171586000.270.720.1537.4567.3854.31
HexD99E3C01B48F254336
Octal33123674033110174510366
Binary1101100110011110111100011011100100011111001011000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99E3C; }

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

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

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

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

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

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

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

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