#D0A821

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

Shades of Galliano #D0A821

Tints of Galliano #D0A821

Color information

#D0A821 (or 0xD0A821) is unknown color: approx Galliano. HEX triplet: D0, A8 and 21. RGB value is (208,168,33). Sum of RGB (Red+Green+Blue) = 208+168+33=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 168 (66.02% from 255 or 41.08% from 409); Blue value is 33 (13.28% from 255 or 8.07% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A821 is #2F57DE. Grayscale: #A5A5A5. Windows color (decimal): -3102687 or 2205904. OLE color: 2205904.

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

Color convert

RGB20816833-
CMYK00.190.840.18
HSL46.29º72.61%47.25%-
HSV(B)46.29º84.13%81.57%-
XYZ40.2941.527.33-
YUV164.5753.75158.98-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50.86%
GREEN value IS 168 (66.02% from 255) = 41.08%
BLUE value IS 33 (13.28% from 255) = 8.07%
R=50.86%
G=41.08%
B=8.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.84
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081683300.190.840.1846.2972.6147.25
HexD0A82101354122e492f
Octal32025041023124225611157
Binary11010000101010001000010100111010100100101011101001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A821; }

 p { color: rgb(208,168,33); }

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

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

 a { background-color: rgb(208,168,33); }

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

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

 span { border-color: rgb(208,168,33); }

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