#D1A515

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

Shades of Galliano #D1A515

Tints of Galliano #D1A515

Color information

#D1A515 (or 0xD1A515) is unknown color: approx Galliano. HEX triplet: D1, A5 and 15. RGB value is (209,165,21). Sum of RGB (Red+Green+Blue) = 209+165+21=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 165 (64.84% from 255 or 41.77% from 395); Blue value is 21 (8.59% from 255 or 5.32% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A515 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A515 is #2E5AEA. Grayscale: #A2A2A2. Windows color (decimal): -3037931 or 1418705. OLE color: 1418705.

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

Color convert

RGB20916521-
CMYK00.210.900.18
HSL45.96º81.74%45.1%-
HSV(B)45.96º89.95%81.96%-
XYZ39.8840.526.43-
YUV161.7448.58161.71-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 52.91%
GREEN value IS 165 (64.84% from 255) = 41.77%
BLUE value IS 21 (8.59% from 255) = 5.32%
R=52.91%
G=41.77%
B=5.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.90
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091652100.210.900.1845.9681.7445.1
HexD1A5150155A122e522d
Octal32124525025132225612255
Binary1101000110100101101010101011011010100101011101010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A515; }

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

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

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

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

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

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

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

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