#D0A621

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

Shades of Galliano #D0A621

Tints of Galliano #D0A621

Color information

#D0A621 (or 0xD0A621) is unknown color: approx Galliano. HEX triplet: D0, A6 and 21. RGB value is (208,166,33). Sum of RGB (Red+Green+Blue) = 208+166+33=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 33 (13.28% from 255 or 8.11% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A621 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A621 is #2F59DE. Grayscale: #A3A3A3. Windows color (decimal): -3103199 or 2205392. OLE color: 2205392.

HSL color Cylindrical-coordinate representation of color #D0A621: hue angle of 45.6º 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 #D0A621 is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB20816633-
CMYK00.200.840.18
HSL45.6º72.61%47.25%-
HSV(B)45.6º84.13%81.57%-
XYZ39.9240.797.21-
YUV163.454.41159.81-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 51.11%
GREEN value IS 166 (65.23% from 255) = 40.79%
BLUE value IS 33 (13.28% from 255) = 8.11%
R=51.11%
G=40.79%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.84
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081663300.200.840.1845.672.6147.25
HexD0A62101454122e492f
Octal32024641024124225611157
Binary11010000101001101000010101001010100100101011101001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A621; }

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

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

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

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

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

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

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

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