#DCAD80

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

Shades of Manhattan #DCAD80

Tints of Manhattan #DCAD80

Color information

#DCAD80 (or 0xDCAD80) is unknown color: approx Manhattan. HEX triplet: DC, AD and 80. RGB value is (220,173,128). Sum of RGB (Red+Green+Blue) = 220+173+128=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 128 (50.39% from 255 or 24.57% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAD80 is #23527F. Grayscale: #B6B6B6. Windows color (decimal): -2314880 or 8433116. OLE color: 8433116.

HSL color Cylindrical-coordinate representation of color #DCAD80: hue angle of 29.35º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCAD80 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB220173128-
CMYK00.210.420.14
HSL29.35º56.79%68.24%-
HSV(B)29.35º41.82%86.27%-
XYZ48.3646.6626.88-
YUV181.9297.57155.16-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.23%
GREEN value IS 173 (67.97% from 255) = 33.21%
BLUE value IS 128 (50.39% from 255) = 24.57%
R=42.23%
G=33.21%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017312800.210.420.1429.3556.7968.24
HexDCAD800152AE1d3944
Octal33425520002552163571104
Binary1101110010101101100000000101011010101110111011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAD80; }

 p { color: rgb(220,173,128); }

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

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

 a { background-color: rgb(220,173,128); }

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

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

 span { border-color: rgb(220,173,128); }

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