#D8AB12

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

Shades of Galliano #D8AB12

Tints of Galliano #D8AB12

Color information

#D8AB12 (or 0xD8AB12) is unknown color: approx Galliano. HEX triplet: D8, AB and 12. RGB value is (216,171,18). Sum of RGB (Red+Green+Blue) = 216+171+18=405 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.33% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 18 (7.42% from 255 or 4.44% from 405); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8AB12 is #2754ED. Grayscale: #A7A7A7. Windows color (decimal): -2577646 or 1223640. OLE color: 1223640.

HSL color Cylindrical-coordinate representation of color #D8AB12: hue angle of 46.36º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D8AB12 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB21617118-
CMYK00.210.920.15
HSL46.36º84.62%45.88%-
HSV(B)46.36º91.67%84.71%-
XYZ42.9943.776.75-
YUV167.0143.91162.94-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 53.33%
GREEN value IS 171 (67.19% from 255) = 42.22%
BLUE value IS 18 (7.42% from 255) = 4.44%
R=53.33%
G=42.22%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.92
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161711800.210.920.1546.3684.6245.88
HexD8AB120155CF2e552e
Octal33025322025134175612556
Binary110110001010101110010010101101110011111011101010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AB12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AB12; }

 p { color: rgb(216,171,18); }

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

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

 a { background-color: rgb(216,171,18); }

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

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

 span { border-color: rgb(216,171,18); }

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