#D39E19

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

Shades of Galliano #D39E19

Tints of Galliano #D39E19

Color information

#D39E19 (or 0xD39E19) is unknown color: approx Galliano. HEX triplet: D3, 9E and 19. RGB value is (211,158,25). Sum of RGB (Red+Green+Blue) = 211+158+25=394 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.55% from 394); Green value is 158 (62.11% from 255 or 40.10% from 394); Blue value is 25 (10.16% from 255 or 6.35% from 394); Max value from RGB is 211 - color contains mainly: red. Hex color #D39E19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D39E19 is #2C61E6. Grayscale: #9F9F9F. Windows color (decimal): -2908647 or 1679059. OLE color: 1679059.

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

Color convert

RGB21115825-
CMYK00.250.880.17
HSL42.9º78.81%46.27%-
HSV(B)42.9º88.15%82.75%-
XYZ39.2738.376.26-
YUV158.6852.56165.31-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 53.55%
GREEN value IS 158 (62.11% from 255) = 40.10%
BLUE value IS 25 (10.16% from 255) = 6.35%
R=53.55%
G=40.10%
B=6.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.88
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111582500.250.880.1742.978.8146.27
HexD39E1901958112b4f2e
Octal32323631031130215311756
Binary1101001110011110110010110011011000100011010111001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39E19; }

 p { color: rgb(211,158,25); }

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

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

 a { background-color: rgb(211,158,25); }

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

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

 span { border-color: rgb(211,158,25); }

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