#D49F3B

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

Shades of Fire Bush #D49F3B

Tints of Fire Bush #D49F3B

Color information

#D49F3B (or 0xD49F3B) is unknown color: approx Fire Bush. HEX triplet: D4, 9F and 3B. RGB value is (212,159,59). Sum of RGB (Red+Green+Blue) = 212+159+59=430 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.30% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 59 (23.44% from 255 or 13.72% from 430); Max value from RGB is 212 - color contains mainly: red. Hex color #D49F3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49F3B is #2B60C4. Grayscale: #A3A3A3. Windows color (decimal): -2842821 or 3907540. OLE color: 3907540.

HSL color Cylindrical-coordinate representation of color #D49F3B: hue angle of 39.22º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D49F3B is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB21215959-
CMYK00.250.720.17
HSL39.22º64.02%53.14%-
HSV(B)39.22º72.17%83.14%-
XYZ40.3439.119.56-
YUV163.4569.06162.63-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.30%
GREEN value IS 159 (62.5% from 255) = 36.98%
BLUE value IS 59 (23.44% from 255) = 13.72%
R=49.30%
G=36.98%
B=13.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.72
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121595900.250.720.1739.2264.0253.14
HexD49F3B0194811274035
Octal32423773031110214710065
Binary11010100100111111110110110011001000100011001111000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49F3B; }

 p { color: rgb(212,159,59); }

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

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

 a { background-color: rgb(212,159,59); }

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

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

 span { border-color: rgb(212,159,59); }

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