#D1A218

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

Shades of Galliano #D1A218

Tints of Galliano #D1A218

Color information

#D1A218 (or 0xD1A218) is unknown color: approx Galliano. HEX triplet: D1, A2 and 18. RGB value is (209,162,24). Sum of RGB (Red+Green+Blue) = 209+162+24=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 162 (63.67% from 255 or 41.01% from 395); Blue value is 24 (9.77% from 255 or 6.08% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A218 is #2E5DE7. Grayscale: #A0A0A0. Windows color (decimal): -3038696 or 1614545. OLE color: 1614545.

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

Color convert

RGB20916224-
CMYK00.220.890.18
HSL44.76º79.4%45.69%-
HSV(B)44.76º88.52%81.96%-
XYZ39.3839.466.41-
YUV160.3251.07162.72-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 52.91%
GREEN value IS 162 (63.67% from 255) = 41.01%
BLUE value IS 24 (9.77% from 255) = 6.08%
R=52.91%
G=41.01%
B=6.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.89
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091622400.220.890.1844.7679.445.69
HexD1A21801659122d4f2e
Octal32124230026131225511756
Binary1101000110100010110000101101011001100101011011001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A218; }

 p { color: rgb(209,162,24); }

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

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

 a { background-color: rgb(209,162,24); }

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

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

 span { border-color: rgb(209,162,24); }

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