#D99949

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

Shades of Fire Bush #D99949

Tints of Fire Bush #D99949

Color information

#D99949 (or 0xD99949) is unknown color: approx Fire Bush. HEX triplet: D9, 99 and 49. RGB value is (217,153,73). Sum of RGB (Red+Green+Blue) = 217+153+73=443 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.98% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 73 (28.91% from 255 or 16.48% from 443); Max value from RGB is 217 - color contains mainly: red. Hex color #D99949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99949 is #2666B6. Grayscale: #A3A3A3. Windows color (decimal): -2516663 or 4823513. OLE color: 4823513.

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

Color convert

RGB21715373-
CMYK00.290.660.15
HSL33.33º65.45%56.86%-
HSV(B)33.33º66.36%85.1%-
XYZ41.2138.0211.47-
YUV163.0277.2166.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.98%
GREEN value IS 153 (60.16% from 255) = 34.54%
BLUE value IS 73 (28.91% from 255) = 16.48%
R=48.98%
G=34.54%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171537300.290.660.1533.3365.4556.86
HexD9994901D42F214139
Octal331231111035102174110171
Binary11011001100110011001001011101100001011111000011000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99949; }

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

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

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

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

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

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

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

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