#D1A815

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

Shades of Galliano #D1A815

Tints of Galliano #D1A815

Color information

#D1A815 (or 0xD1A815) is unknown color: approx Galliano. HEX triplet: D1, A8 and 15. RGB value is (209,168,21). Sum of RGB (Red+Green+Blue) = 209+168+21=398 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.51% from 398); Green value is 168 (66.02% from 255 or 42.21% from 398); Blue value is 21 (8.59% from 255 or 5.28% from 398); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A815 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A815 is #2E57EA. Grayscale: #A4A4A4. Windows color (decimal): -3037163 or 1419473. OLE color: 1419473.

HSL color Cylindrical-coordinate representation of color #D1A815: hue angle of 46.91º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D1A815 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB20916821-
CMYK00.200.900.18
HSL46.91º81.74%45.1%-
HSV(B)46.91º89.95%81.96%-
XYZ40.4341.616.61-
YUV163.547.58160.45-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 52.51%
GREEN value IS 168 (66.02% from 255) = 42.21%
BLUE value IS 21 (8.59% from 255) = 5.28%
R=52.51%
G=42.21%
B=5.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.90
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091682100.200.900.1846.9181.7445.1
HexD1A8150145A122f522d
Octal32125025024132225712255
Binary1101000110101000101010101001011010100101011111010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A815; }

 p { color: rgb(209,168,21); }

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

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

 a { background-color: rgb(209,168,21); }

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

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

 span { border-color: rgb(209,168,21); }

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