#D1AE1C

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

Shades of Galliano #D1AE1C

Tints of Galliano #D1AE1C

Color information

#D1AE1C (or 0xD1AE1C) is unknown color: approx Galliano. HEX triplet: D1, AE and 1C. RGB value is (209,174,28). Sum of RGB (Red+Green+Blue) = 209+174+28=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 174 (68.36% from 255 or 42.34% from 411); Blue value is 28 (11.33% from 255 or 6.81% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AE1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AE1C is #2E51E3. Grayscale: #A8A8A8. Windows color (decimal): -3035620 or 1879761. OLE color: 1879761.

HSL color Cylindrical-coordinate representation of color #D1AE1C: hue angle of 48.4º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D1AE1C is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB20917428-
CMYK00.170.870.18
HSL48.4º76.37%46.47%-
HSV(B)48.4º86.6%81.96%-
XYZ41.6443.917.38-
YUV167.8249.1157.37-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.85%
GREEN value IS 174 (68.36% from 255) = 42.34%
BLUE value IS 28 (11.33% from 255) = 6.81%
R=50.85%
G=42.34%
B=6.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.87
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091742800.170.870.1848.476.3746.47
HexD1AE1C0115712304c2e
Octal32125634021127226011456
Binary1101000110101110111000100011010111100101100001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AE1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AE1C; }

 p { color: rgb(209,174,28); }

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

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

 a { background-color: rgb(209,174,28); }

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

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

 span { border-color: rgb(209,174,28); }

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