#D39F2F

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

Shades of Galliano #D39F2F

Tints of Galliano #D39F2F

Color information

#D39F2F (or 0xD39F2F) is unknown color: approx Galliano. HEX triplet: D3, 9F and 2F. RGB value is (211,159,47). Sum of RGB (Red+Green+Blue) = 211+159+47=417 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.60% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 47 (18.75% from 255 or 11.27% from 417); Max value from RGB is 211 - color contains mainly: red. Hex color #D39F2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D39F2F is #2C60D0. Grayscale: #A2A2A2. Windows color (decimal): -2908369 or 3121107. OLE color: 3121107.

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

Color convert

RGB21115947-
CMYK00.250.780.17
HSL40.98º65.08%50.59%-
HSV(B)40.98º77.73%82.75%-
XYZ39.7838.858.09-
YUV161.7863.23163.11-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 50.60%
GREEN value IS 159 (62.5% from 255) = 38.13%
BLUE value IS 47 (18.75% from 255) = 11.27%
R=50.60%
G=38.13%
B=11.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.78
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111594700.250.780.1740.9865.0850.59
HexD39F2F0194E11294133
Octal32323757031116215110163
Binary11010011100111111011110110011001110100011010011000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39F2F; }

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

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

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

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

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

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

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

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