#DCA82D

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

Shades of Galliano #DCA82D

Tints of Galliano #DCA82D

Color information

#DCA82D (or 0xDCA82D) is unknown color: approx Galliano. HEX triplet: DC, A8 and 2D. RGB value is (220,168,45). Sum of RGB (Red+Green+Blue) = 220+168+45=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 45 (17.97% from 255 or 10.39% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA82D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA82D is #2357D2. Grayscale: #AAAAAA. Windows color (decimal): -2316243 or 2992348. OLE color: 2992348.

HSL color Cylindrical-coordinate representation of color #DCA82D: hue angle of 42.17º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCA82D is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB22016845-
CMYK00.240.800.14
HSL42.17º71.43%51.96%-
HSV(B)42.17º79.55%86.27%-
XYZ43.9943.418.54-
YUV169.5357.73164-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.81%
GREEN value IS 168 (66.02% from 255) = 38.80%
BLUE value IS 45 (17.97% from 255) = 10.39%
R=50.81%
G=38.80%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.80
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201684500.240.800.1442.1771.4351.96
HexDCA82D01850E2a4734
Octal33425055030120165210764
Binary1101110010101000101101011000101000011101010101000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA82D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA82D; }

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

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

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

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

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

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

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

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