#DCAA2D

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

Shades of Galliano #DCAA2D

Tints of Galliano #DCAA2D

Color information

#DCAA2D (or 0xDCAA2D) is unknown color: approx Galliano. HEX triplet: DC, AA and 2D. RGB value is (220,170,45). Sum of RGB (Red+Green+Blue) = 220+170+45=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 45 (17.97% from 255 or 10.34% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAA2D is #2355D2. Grayscale: #ABABAB. Windows color (decimal): -2315731 or 2992860. OLE color: 2992860.

HSL color Cylindrical-coordinate representation of color #DCAA2D: hue angle of 42.86º 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 #DCAA2D is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB22017045-
CMYK00.230.800.14
HSL42.86º71.43%51.96%-
HSV(B)42.86º79.55%86.27%-
XYZ44.3644.158.67-
YUV170.757.06163.16-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.57%
GREEN value IS 170 (66.80% from 255) = 39.08%
BLUE value IS 45 (17.97% from 255) = 10.34%
R=50.57%
G=39.08%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.80
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201704500.230.800.1442.8671.4351.96
HexDCAA2D01750E2b4734
Octal33425255027120165310764
Binary1101110010101010101101010111101000011101010111000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAA2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAA2D; }

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

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

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

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

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

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

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

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