#D2A72B

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

Shades of Galliano #D2A72B

Tints of Galliano #D2A72B

Color information

#D2A72B (or 0xD2A72B) is unknown color: approx Galliano. HEX triplet: D2, A7 and 2B. RGB value is (210,167,43). Sum of RGB (Red+Green+Blue) = 210+167+43=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 167 (65.62% from 255 or 39.76% from 420); Blue value is 43 (17.19% from 255 or 10.24% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A72B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A72B is #2D58D4. Grayscale: #A6A6A6. Windows color (decimal): -2971861 or 2861010. OLE color: 2861010.

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

Color convert

RGB21016743-
CMYK00.200.800.18
HSL44.55º66.01%49.61%-
HSV(B)44.55º79.52%82.35%-
XYZ40.8341.518.15-
YUV165.7258.75159.58-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50%
GREEN value IS 167 (65.62% from 255) = 39.76%
BLUE value IS 43 (17.19% from 255) = 10.24%
R=50%
G=39.76%
B=10.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.80
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101674300.200.800.1844.5566.0149.61
HexD2A72B01450122d4232
Octal32224753024120225510262
Binary11010010101001111010110101001010000100101011011000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A72B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A72B; }

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

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

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

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

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

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

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

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