#D6A419

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

Shades of Galliano #D6A419

Tints of Galliano #D6A419

Color information

#D6A419 (or 0xD6A419) is unknown color: approx Galliano. HEX triplet: D6, A4 and 19. RGB value is (214,164,25). Sum of RGB (Red+Green+Blue) = 214+164+25=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 164 (64.45% from 255 or 40.69% from 403); Blue value is 25 (10.16% from 255 or 6.20% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A419 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6A419 is #295BE6. Grayscale: #A3A3A3. Windows color (decimal): -2710503 or 1680598. OLE color: 1680598.

HSL color Cylindrical-coordinate representation of color #D6A419: hue angle of 44.13º 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 #D6A419 is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB21416425-
CMYK00.230.880.16
HSL44.13º79.08%46.86%-
HSV(B)44.13º88.32%83.92%-
XYZ41.1840.926.65-
YUV163.150.06164.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 53.10%
GREEN value IS 164 (64.45% from 255) = 40.69%
BLUE value IS 25 (10.16% from 255) = 6.20%
R=53.10%
G=40.69%
B=6.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.88
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141642500.230.880.1644.1379.0846.86
HexD6A41901758102c4f2f
Octal32624431027130205411757
Binary1101011010100100110010101111011000100001011001001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A419; }

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

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

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

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

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

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

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

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