#D2AA2B

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

Shades of Galliano #D2AA2B

Tints of Galliano #D2AA2B

Color information

#D2AA2B (or 0xD2AA2B) is unknown color: approx Galliano. HEX triplet: D2, AA and 2B. RGB value is (210,170,43). Sum of RGB (Red+Green+Blue) = 210+170+43=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 43 (17.19% from 255 or 10.17% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AA2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AA2B is #2D55D4. Grayscale: #A8A8A8. Windows color (decimal): -2971093 or 2861778. OLE color: 2861778.

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

Color convert

RGB21017043-
CMYK00.190.800.18
HSL45.63º66.01%49.61%-
HSV(B)45.63º79.52%82.35%-
XYZ41.3942.638.33-
YUV167.4857.75158.33-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.65%
GREEN value IS 170 (66.80% from 255) = 40.19%
BLUE value IS 43 (17.19% from 255) = 10.17%
R=49.65%
G=40.19%
B=10.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.80
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101704300.190.800.1845.6366.0149.61
HexD2AA2B01350122e4232
Octal32225253023120225610262
Binary11010010101010101010110100111010000100101011101000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AA2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AA2B; }

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

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

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

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

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

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

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

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