#d39f14

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

Shades of Galliano #D39F14

Tints of Galliano #D39F14

Color information

#D39F14 (or 0xD39F14) is unknown color: approx Galliano. HEX triplet: D3, 9F and 14. RGB value is (211,159,20). Sum of RGB (Red+Green+Blue) = 211+159+20=390 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.10% from 390); Green value is 159 (62.5% from 255 or 40.77% from 390); Blue value is 20 (8.20% from 255 or 5.13% from 390); Max value from RGB is 211 - color contains mainly: red. Hex color #D39F14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D39F14 is #2C60EB. Grayscale: #9F9F9F. Windows color (decimal): -2908396 or 1351635. OLE color: 1351635.

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

Color convert

RGB21115920-
CMYK00.250.910.17
HSL43.66º82.68%45.29%-
HSV(B)43.66º90.52%82.75%-
XYZ39.3938.76.05-
YUV158.749.73165.3-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 54.10%
GREEN value IS 159 (62.5% from 255) = 40.77%
BLUE value IS 20 (8.20% from 255) = 5.13%
R=54.10%
G=40.77%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.91
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111592000.250.910.1743.6682.6845.29
HexD39F140195B112c532d
Octal32323724031133215412355
Binary1101001110011111101000110011011011100011011001010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d39f14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d39f14; }

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

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

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

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

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

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

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

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