#D49745

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

Shades of Fire Bush #D49745

Tints of Fire Bush #D49745

Color information

#D49745 (or 0xD49745) is unknown color: approx Fire Bush. HEX triplet: D4, 97 and 45. RGB value is (212,151,69). Sum of RGB (Red+Green+Blue) = 212+151+69=432 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.07% from 432); Green value is 151 (59.38% from 255 or 34.95% from 432); Blue value is 69 (27.34% from 255 or 15.97% from 432); Max value from RGB is 212 - color contains mainly: red. Hex color #D49745 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49745 is #2B68BA. Grayscale: #A0A0A0. Windows color (decimal): -2844859 or 4560852. OLE color: 4560852.

HSL color Cylindrical-coordinate representation of color #D49745: hue angle of 34.41º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D49745 is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB21215169-
CMYK00.290.670.17
HSL34.41º62.45%55.1%-
HSV(B)34.41º67.45%83.14%-
XYZ39.2936.5610.62-
YUV159.8976.71165.17-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.07%
GREEN value IS 151 (59.38% from 255) = 34.95%
BLUE value IS 69 (27.34% from 255) = 15.97%
R=49.07%
G=34.95%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121516900.290.670.1734.4162.4555.1
HexD4974501D4311223e37
Octal32422710503510321427667
Binary11010100100101111000101011101100001110001100010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49745; }

 p { color: rgb(212,151,69); }

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

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

 a { background-color: rgb(212,151,69); }

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

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

 span { border-color: rgb(212,151,69); }

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