#D2AB2B

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

Shades of Galliano #D2AB2B

Tints of Galliano #D2AB2B

Color information

#D2AB2B (or 0xD2AB2B) is unknown color: approx Galliano. HEX triplet: D2, AB and 2B. RGB value is (210,171,43). Sum of RGB (Red+Green+Blue) = 210+171+43=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 43 (17.19% from 255 or 10.14% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AB2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AB2B is #2D54D4. Grayscale: #A8A8A8. Windows color (decimal): -2970837 or 2862034. OLE color: 2862034.

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

Color convert

RGB21017143-
CMYK00.190.800.18
HSL45.99º66.01%49.61%-
HSV(B)45.99º79.52%82.35%-
XYZ41.58438.39-
YUV168.0757.42157.91-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.53%
GREEN value IS 171 (67.19% from 255) = 40.33%
BLUE value IS 43 (17.19% from 255) = 10.14%
R=49.53%
G=40.33%
B=10.14%

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
Decimal2101714300.190.800.1845.9966.0149.61
HexD2AB2B01350122e4232
Octal32225353023120225610262
Binary11010010101010111010110100111010000100101011101000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AB2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AB2B; }

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

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

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

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

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

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

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

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