#D2AB28

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

Shades of Galliano #D2AB28

Tints of Galliano #D2AB28

Color information

#D2AB28 (or 0xD2AB28) is unknown color: approx Galliano. HEX triplet: D2, AB and 28. RGB value is (210,171,40). Sum of RGB (Red+Green+Blue) = 210+171+40=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 40 (16.02% from 255 or 9.50% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AB28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AB28 is #2D54D7. Grayscale: #A8A8A8. Windows color (decimal): -2970840 or 2665426. OLE color: 2665426.

HSL color Cylindrical-coordinate representation of color #D2AB28: hue angle of 46.24º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D2AB28 is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB21017140-
CMYK00.190.810.18
HSL46.24º68%49.02%-
HSV(B)46.24º80.95%82.35%-
XYZ41.5242.988.12-
YUV167.7355.92158.15-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.88%
GREEN value IS 171 (67.19% from 255) = 40.62%
BLUE value IS 40 (16.02% from 255) = 9.50%
R=49.88%
G=40.62%
B=9.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.81
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101714000.190.810.1846.246849.02
HexD2AB2801351122e4431
Octal32225350023121225610461
Binary11010010101010111010000100111010001100101011101000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AB28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AB28; }

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

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

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

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

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

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

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

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