#D2A62B

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

Shades of Galliano #D2A62B

Tints of Galliano #D2A62B

Color information

#D2A62B (or 0xD2A62B) is unknown color: approx Galliano. HEX triplet: D2, A6 and 2B. RGB value is (210,166,43). Sum of RGB (Red+Green+Blue) = 210+166+43=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 166 (65.23% from 255 or 39.62% from 419); Blue value is 43 (17.19% from 255 or 10.26% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A62B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A62B is #2D59D4. Grayscale: #A5A5A5. Windows color (decimal): -2972117 or 2860754. OLE color: 2860754.

HSL color Cylindrical-coordinate representation of color #D2A62B: hue angle of 44.19º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D2A62B is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB21016643-
CMYK00.210.800.18
HSL44.19º66.01%49.61%-
HSV(B)44.19º79.52%82.35%-
XYZ40.6541.158.09-
YUV165.1359.08160-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.12%
GREEN value IS 166 (65.23% from 255) = 39.62%
BLUE value IS 43 (17.19% from 255) = 10.26%
R=50.12%
G=39.62%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.80
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101664300.210.800.1844.1966.0149.61
HexD2A62B01550122c4232
Octal32224653025120225410262
Binary11010010101001101010110101011010000100101011001000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A62B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A62B; }

 p { color: rgb(210,166,43); }

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

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

 a { background-color: rgb(210,166,43); }

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

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

 span { border-color: rgb(210,166,43); }

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