#d0ab26

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

Shades of Galliano #D0AB26

Tints of Galliano #D0AB26

Color information

#D0AB26 (or 0xD0AB26) is unknown color: approx Galliano. HEX triplet: D0, AB and 26. RGB value is (208,171,38). Sum of RGB (Red+Green+Blue) = 208+171+38=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 38 (15.23% from 255 or 9.11% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AB26 is #2F54D9. Grayscale: #A7A7A7. Windows color (decimal): -3101914 or 2534352. OLE color: 2534352.

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

Color convert

RGB20817138-
CMYK00.180.820.18
HSL46.94º69.11%48.24%-
HSV(B)46.94º81.73%81.57%-
XYZ40.9342.687.91-
YUV166.955.26157.31-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 49.88%
GREEN value IS 171 (67.19% from 255) = 41.01%
BLUE value IS 38 (15.23% from 255) = 9.11%
R=49.88%
G=41.01%
B=9.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.82
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081713800.180.820.1846.9469.1148.24
HexD0AB2601252122f4530
Octal32025346022122225710560
Binary11010000101010111001100100101010010100101011111000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d0ab26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d0ab26; }

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

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

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

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

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

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

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

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