#D1A310

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

Shades of Galliano #D1A310

Tints of Galliano #D1A310

Color information

#D1A310 (or 0xD1A310) is unknown color: approx Galliano. HEX triplet: D1, A3 and 10. RGB value is (209,163,16). Sum of RGB (Red+Green+Blue) = 209+163+16=388 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.87% from 388); Green value is 163 (64.06% from 255 or 42.01% from 388); Blue value is 16 (6.64% from 255 or 4.12% from 388); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A310 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A310 is #2E5CEF. Grayscale: #A0A0A0. Windows color (decimal): -3038448 or 1090513. OLE color: 1090513.

HSL color Cylindrical-coordinate representation of color #D1A310: hue angle of 45.7º 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 #D1A310 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB20916316-
CMYK00.220.920.18
HSL45.7º85.78%44.12%-
HSV(B)45.7º92.34%81.96%-
XYZ39.4939.796.09-
YUV16046.74162.95-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 53.87%
GREEN value IS 163 (64.06% from 255) = 42.01%
BLUE value IS 16 (6.64% from 255) = 4.12%
R=53.87%
G=42.01%
B=4.12%

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
Decimal2091631600.220.920.1845.785.7844.12
HexD1A3100165C122e562c
Octal32124320026134225612654
Binary1101000110100011100000101101011100100101011101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A310; }

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

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

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

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

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

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

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

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