#D99749

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

Shades of Fire Bush #D99749

Tints of Fire Bush #D99749

Color information

#D99749 (or 0xD99749) is unknown color: approx Fire Bush. HEX triplet: D9, 97 and 49. RGB value is (217,151,73). Sum of RGB (Red+Green+Blue) = 217+151+73=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 151 (59.38% from 255 or 34.24% from 441); Blue value is 73 (28.91% from 255 or 16.55% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D99749 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99749 is #2668B6. Grayscale: #A2A2A2. Windows color (decimal): -2517175 or 4823001. OLE color: 4823001.

HSL color Cylindrical-coordinate representation of color #D99749: hue angle of 32.5º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D99749 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB21715173-
CMYK00.300.660.15
HSL32.5º65.45%56.86%-
HSV(B)32.5º66.36%85.1%-
XYZ40.8837.3711.36-
YUV161.8477.87167.34-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.21%
GREEN value IS 151 (59.38% from 255) = 34.24%
BLUE value IS 73 (28.91% from 255) = 16.55%
R=49.21%
G=34.24%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171517300.300.660.1532.565.4556.86
HexD9974901E42F214139
Octal331227111036102174110171
Binary11011001100101111001001011110100001011111000011000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99749; }

 p { color: rgb(217,151,73); }

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

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

 a { background-color: rgb(217,151,73); }

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

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

 span { border-color: rgb(217,151,73); }

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