#D1A40F

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

Shades of Galliano #D1A40F

Tints of Galliano #D1A40F

Color information

#D1A40F (or 0xD1A40F) is unknown color: approx Galliano. HEX triplet: D1, A4 and 0F. RGB value is (209,164,15). Sum of RGB (Red+Green+Blue) = 209+164+15=388 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.87% from 388); Green value is 164 (64.45% from 255 or 42.27% from 388); Blue value is 15 (6.25% from 255 or 3.87% from 388); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A40F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A40F is #2E5BF0. Grayscale: #A1A1A1. Windows color (decimal): -3038193 or 1025233. OLE color: 1025233.

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

Color convert

RGB20916415-
CMYK00.220.930.18
HSL46.08º86.61%43.92%-
HSV(B)46.08º92.82%81.96%-
XYZ39.6640.146.11-
YUV160.4745.91162.62-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 53.87%
GREEN value IS 164 (64.45% from 255) = 42.27%
BLUE value IS 15 (6.25% from 255) = 3.87%
R=53.87%
G=42.27%
B=3.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.93
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091641500.220.930.1846.0886.6143.92
HexD1A4F0165D122e572c
Octal32124417026135225612754
Binary110100011010010011110101101011101100101011101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A40F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A40F; }

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

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

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

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

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

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

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

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