#D39F42

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

Shades of Fire Bush #D39F42

Tints of Fire Bush #D39F42

Color information

#D39F42 (or 0xD39F42) is unknown color: approx Fire Bush. HEX triplet: D3, 9F and 42. RGB value is (211,159,66). Sum of RGB (Red+Green+Blue) = 211+159+66=436 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.39% from 436); Green value is 159 (62.5% from 255 or 36.47% from 436); Blue value is 66 (26.17% from 255 or 15.14% from 436); Max value from RGB is 211 - color contains mainly: red. Hex color #D39F42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D39F42 is #2C60BD. Grayscale: #A4A4A4. Windows color (decimal): -2908350 or 4366291. OLE color: 4366291.

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

Color convert

RGB21115966-
CMYK00.250.690.17
HSL38.48º62.23%54.31%-
HSV(B)38.48º68.72%82.75%-
XYZ40.2539.0410.57-
YUV163.9572.73161.56-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 48.39%
GREEN value IS 159 (62.5% from 255) = 36.47%
BLUE value IS 66 (26.17% from 255) = 15.14%
R=48.39%
G=36.47%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111596600.250.690.1738.4862.2354.31
HexD39F420194511263e36
Octal32323710203110521467666
Binary11010011100111111000010011001100010110001100110111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39F42; }

 p { color: rgb(211,159,66); }

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

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

 a { background-color: rgb(211,159,66); }

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

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

 span { border-color: rgb(211,159,66); }

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