#DCA22A

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

Shades of Galliano #DCA22A

Tints of Galliano #DCA22A

Color information

#DCA22A (or 0xDCA22A) is unknown color: approx Galliano. HEX triplet: DC, A2 and 2A. RGB value is (220,162,42). Sum of RGB (Red+Green+Blue) = 220+162+42=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 42 (16.80% from 255 or 9.91% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA22A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA22A is #235DD5. Grayscale: #A6A6A6. Windows color (decimal): -2317782 or 2794204. OLE color: 2794204.

HSL color Cylindrical-coordinate representation of color #DCA22A: hue angle of 40.45º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DCA22A is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB22016242-
CMYK00.260.810.14
HSL40.45º71.77%51.37%-
HSV(B)40.45º80.91%86.27%-
XYZ42.8541.227.89-
YUV165.6658.22166.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.89%
GREEN value IS 162 (63.67% from 255) = 38.21%
BLUE value IS 42 (16.80% from 255) = 9.91%
R=51.89%
G=38.21%
B=9.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.81
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201624200.260.810.1440.4571.7751.37
HexDCA22A01A51E284833
Octal33424252032121165011063
Binary1101110010100010101010011010101000111101010001001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA22A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA22A; }

 p { color: rgb(220,162,42); }

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

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

 a { background-color: rgb(220,162,42); }

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

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

 span { border-color: rgb(220,162,42); }

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