#D39B1E

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

Shades of Galliano #D39B1E

Tints of Galliano #D39B1E

Color information

#D39B1E (or 0xD39B1E) is unknown color: approx Galliano. HEX triplet: D3, 9B and 1E. RGB value is (211,155,30). Sum of RGB (Red+Green+Blue) = 211+155+30=396 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.28% from 396); Green value is 155 (60.94% from 255 or 39.14% from 396); Blue value is 30 (12.11% from 255 or 7.58% from 396); Max value from RGB is 211 - color contains mainly: red. Hex color #D39B1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D39B1E is #2C64E1. Grayscale: #9E9E9E. Windows color (decimal): -2909410 or 2005971. OLE color: 2005971.

HSL color Cylindrical-coordinate representation of color #D39B1E: hue angle of 41.44º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D39B1E is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB21115530-
CMYK00.270.860.17
HSL41.44º75.1%47.25%-
HSV(B)41.44º85.78%82.75%-
XYZ38.8237.396.4-
YUV157.4956.05166.16-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 53.28%
GREEN value IS 155 (60.94% from 255) = 39.14%
BLUE value IS 30 (12.11% from 255) = 7.58%
R=53.28%
G=39.14%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.86
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111553000.270.860.1741.4475.147.25
HexD39B1E01B5611294b2f
Octal32323336033126215111357
Binary1101001110011011111100110111010110100011010011001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39B1E; }

 p { color: rgb(211,155,30); }

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

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

 a { background-color: rgb(211,155,30); }

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

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

 span { border-color: rgb(211,155,30); }

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