#D1AB27

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

Shades of Galliano #D1AB27

Tints of Galliano #D1AB27

Color information

#D1AB27 (or 0xD1AB27) is unknown color: approx Galliano. HEX triplet: D1, AB and 27. RGB value is (209,171,39). Sum of RGB (Red+Green+Blue) = 209+171+39=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 39 (15.62% from 255 or 9.31% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AB27 is #2E54D8. Grayscale: #A7A7A7. Windows color (decimal): -3036377 or 2599889. OLE color: 2599889.

HSL color Cylindrical-coordinate representation of color #D1AB27: hue angle of 46.59º degrees, saturation: 0.69, 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 #D1AB27 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB20917139-
CMYK00.180.810.18
HSL46.59º68.55%48.63%-
HSV(B)46.59º81.34%81.96%-
XYZ41.2242.838.01-
YUV167.3155.59157.73-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.88%
GREEN value IS 171 (67.19% from 255) = 40.81%
BLUE value IS 39 (15.62% from 255) = 9.31%
R=49.88%
G=40.81%
B=9.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.81
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091713900.180.810.1846.5968.5548.63
HexD1AB2701251122f4531
Octal32125347022121225710561
Binary11010001101010111001110100101010001100101011111000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AB27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AB27; }

 p { color: rgb(209,171,39); }

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

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

 a { background-color: rgb(209,171,39); }

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

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

 span { border-color: rgb(209,171,39); }

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