#D8AB26

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

Shades of Galliano #D8AB26

Tints of Galliano #D8AB26

Color information

#D8AB26 (or 0xD8AB26) is unknown color: approx Galliano. HEX triplet: D8, AB and 26. RGB value is (216,171,38). Sum of RGB (Red+Green+Blue) = 216+171+38=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 38 (15.23% from 255 or 8.94% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AB26 is #2754D9. Grayscale: #A9A9A9. Windows color (decimal): -2577626 or 2534360. OLE color: 2534360.

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

Color convert

RGB21617138-
CMYK00.210.820.15
HSL44.83º70.08%49.8%-
HSV(B)44.83º82.41%84.71%-
XYZ43.2343.868.02-
YUV169.2953.91161.31-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.82%
GREEN value IS 171 (67.19% from 255) = 40.24%
BLUE value IS 38 (15.23% from 255) = 8.94%
R=50.82%
G=40.24%
B=8.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.82
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161713800.210.820.1544.8370.0849.8
HexD8AB2601552F2d4632
Octal33025346025122175510662
Binary1101100010101011100110010101101001011111011011000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AB26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AB26; }

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

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

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

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

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

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

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

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