#DCA724

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

Shades of Galliano #DCA724

Tints of Galliano #DCA724

Color information

#DCA724 (or 0xDCA724) is unknown color: approx Galliano. HEX triplet: DC, A7 and 24. RGB value is (220,167,36). Sum of RGB (Red+Green+Blue) = 220+167+36=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 167 (65.62% from 255 or 39.48% from 423); Blue value is 36 (14.45% from 255 or 8.51% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA724 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA724 is #2358DB. Grayscale: #A8A8A8. Windows color (decimal): -2316508 or 2402268. OLE color: 2402268.

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

Color convert

RGB22016736-
CMYK00.240.840.14
HSL42.72º72.44%50.2%-
HSV(B)42.72º83.64%86.27%-
XYZ43.6542.987.66-
YUV167.9153.56165.15-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.01%
GREEN value IS 167 (65.62% from 255) = 39.48%
BLUE value IS 36 (14.45% from 255) = 8.51%
R=52.01%
G=39.48%
B=8.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.84
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201673600.240.840.1442.7272.4450.2
HexDCA72401854E2b4832
Octal33424744030124165311062
Binary1101110010100111100100011000101010011101010111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA724; }

 p { color: rgb(220,167,36); }

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

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

 a { background-color: rgb(220,167,36); }

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

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

 span { border-color: rgb(220,167,36); }

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