#D1A410

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

Shades of Galliano #D1A410

Tints of Galliano #D1A410

Color information

#D1A410 (or 0xD1A410) is unknown color: approx Galliano. HEX triplet: D1, A4 and 10. RGB value is (209,164,16). Sum of RGB (Red+Green+Blue) = 209+164+16=389 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.73% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 16 (6.64% from 255 or 4.11% from 389); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A410 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A410 is #2E5BEF. Grayscale: #A1A1A1. Windows color (decimal): -3038192 or 1090769. OLE color: 1090769.

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

Color convert

RGB20916416-
CMYK00.220.920.18
HSL46.01º85.78%44.12%-
HSV(B)46.01º92.34%81.96%-
XYZ39.6640.146.15-
YUV160.5846.41162.53-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 53.73%
GREEN value IS 164 (64.45% from 255) = 42.16%
BLUE value IS 16 (6.64% from 255) = 4.11%
R=53.73%
G=42.16%
B=4.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.92
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091641600.220.920.1846.0185.7844.12
HexD1A4100165C122e562c
Octal32124420026134225612654
Binary1101000110100100100000101101011100100101011101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A410; }

 p { color: rgb(209,164,16); }

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

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

 a { background-color: rgb(209,164,16); }

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

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

 span { border-color: rgb(209,164,16); }

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