#D1A32D

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

Shades of Galliano #D1A32D

Tints of Galliano #D1A32D

Color information

#D1A32D (or 0xD1A32D) is unknown color: approx Galliano. HEX triplet: D1, A3 and 2D. RGB value is (209,163,45). Sum of RGB (Red+Green+Blue) = 209+163+45=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 163 (64.06% from 255 or 39.09% from 417); Blue value is 45 (17.97% from 255 or 10.79% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A32D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A32D is #2E5CD2. Grayscale: #A3A3A3. Windows color (decimal): -3038419 or 2991057. OLE color: 2991057.

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

Color convert

RGB20916345-
CMYK00.220.780.18
HSL43.17º64.57%49.8%-
HSV(B)43.17º78.47%81.96%-
XYZ39.8739.948.09-
YUV163.361.24160.59-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.12%
GREEN value IS 163 (64.06% from 255) = 39.09%
BLUE value IS 45 (17.97% from 255) = 10.79%
R=50.12%
G=39.09%
B=10.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091634500.220.780.1843.1764.5749.8
HexD1A32D0164E122b4132
Octal32124355026116225310162
Binary11010001101000111011010101101001110100101010111000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A32D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A32D; }

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

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

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

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

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

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

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

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