#D6A619

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

Shades of Galliano #D6A619

Tints of Galliano #D6A619

Color information

#D6A619 (or 0xD6A619) is unknown color: approx Galliano. HEX triplet: D6, A6 and 19. RGB value is (214,166,25). Sum of RGB (Red+Green+Blue) = 214+166+25=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 166 (65.23% from 255 or 40.99% from 405); Blue value is 25 (10.16% from 255 or 6.17% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A619 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6A619 is #2959E6. Grayscale: #A4A4A4. Windows color (decimal): -2709991 or 1681110. OLE color: 1681110.

HSL color Cylindrical-coordinate representation of color #D6A619: hue angle of 44.76º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D6A619 is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB21416625-
CMYK00.220.880.16
HSL44.76º79.08%46.86%-
HSV(B)44.76º88.32%83.92%-
XYZ41.5441.646.77-
YUV164.2849.4163.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.84%
GREEN value IS 166 (65.23% from 255) = 40.99%
BLUE value IS 25 (10.16% from 255) = 6.17%
R=52.84%
G=40.99%
B=6.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.88
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141662500.220.880.1644.7679.0846.86
HexD6A61901658102d4f2f
Octal32624631026130205511757
Binary1101011010100110110010101101011000100001011011001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A619; }

 p { color: rgb(214,166,25); }

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

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

 a { background-color: rgb(214,166,25); }

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

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

 span { border-color: rgb(214,166,25); }

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