#D39D16

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

Shades of Galliano #D39D16

Tints of Galliano #D39D16

Color information

#D39D16 (or 0xD39D16) is unknown color: approx Galliano. HEX triplet: D3, 9D and 16. RGB value is (211,157,22). Sum of RGB (Red+Green+Blue) = 211+157+22=390 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.10% from 390); Green value is 157 (61.72% from 255 or 40.26% from 390); Blue value is 22 (8.98% from 255 or 5.64% from 390); Max value from RGB is 211 - color contains mainly: red. Hex color #D39D16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D39D16 is #2C62E9. Grayscale: #9E9E9E. Windows color (decimal): -2908906 or 1482195. OLE color: 1482195.

HSL color Cylindrical-coordinate representation of color #D39D16: hue angle of 42.86º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D39D16 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB21115722-
CMYK00.260.900.17
HSL42.86º81.12%45.69%-
HSV(B)42.86º89.57%82.75%-
XYZ39.0738.026.04-
YUV157.7651.39165.98-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 54.10%
GREEN value IS 157 (61.72% from 255) = 40.26%
BLUE value IS 22 (8.98% from 255) = 5.64%
R=54.10%
G=40.26%
B=5.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.90
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111572200.260.900.1742.8681.1245.69
HexD39D1601A5A112b512e
Octal32323526032132215312156
Binary1101001110011101101100110101011010100011010111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39D16; }

 p { color: rgb(211,157,22); }

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

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

 a { background-color: rgb(211,157,22); }

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

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

 span { border-color: rgb(211,157,22); }

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