#DCA825

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

Shades of Galliano #DCA825

Tints of Galliano #DCA825

Color information

#DCA825 (or 0xDCA825) is unknown color: approx Galliano. HEX triplet: DC, A8 and 25. RGB value is (220,168,37). Sum of RGB (Red+Green+Blue) = 220+168+37=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 37 (14.84% from 255 or 8.71% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA825 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA825 is #2357DA. Grayscale: #A9A9A9. Windows color (decimal): -2316251 or 2468060. OLE color: 2468060.

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

Color convert

RGB22016837-
CMYK00.240.830.14
HSL42.95º72.33%50.39%-
HSV(B)42.95º83.18%86.27%-
XYZ43.8543.357.81-
YUV168.6153.73164.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.76%
GREEN value IS 168 (66.02% from 255) = 39.53%
BLUE value IS 37 (14.84% from 255) = 8.71%
R=51.76%
G=39.53%
B=8.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.83
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201683700.240.830.1442.9572.3350.39
HexDCA82501853E2b4832
Octal33425045030123165311062
Binary1101110010101000100101011000101001111101010111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA825; }

 p { color: rgb(220,168,37); }

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

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

 a { background-color: rgb(220,168,37); }

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

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

 span { border-color: rgb(220,168,37); }

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