#DCA022

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

Shades of Galliano #DCA022

Tints of Galliano #DCA022

Color information

#DCA022 (or 0xDCA022) is unknown color: approx Galliano. HEX triplet: DC, A0 and 22. RGB value is (220,160,34). Sum of RGB (Red+Green+Blue) = 220+160+34=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 34 (13.67% from 255 or 8.21% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA022 is #235FDD. Grayscale: #A4A4A4. Windows color (decimal): -2318302 or 2269404. OLE color: 2269404.

HSL color Cylindrical-coordinate representation of color #DCA022: hue angle of 40.65º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCA022 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB22016034-
CMYK00.270.850.14
HSL40.65º73.23%49.8%-
HSV(B)40.65º84.55%86.27%-
XYZ42.3740.477.09-
YUV163.5854.88168.25-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 53.14%
GREEN value IS 160 (62.89% from 255) = 38.65%
BLUE value IS 34 (13.67% from 255) = 8.21%
R=53.14%
G=38.65%
B=8.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.85
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201603400.270.850.1440.6573.2349.8
HexDCA02201B55E294932
Octal33424042033125165111162
Binary1101110010100000100010011011101010111101010011001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA022; }

 p { color: rgb(220,160,34); }

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

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

 a { background-color: rgb(220,160,34); }

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

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

 span { border-color: rgb(220,160,34); }

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