#DCAD82

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

Shades of Manhattan #DCAD82

Tints of Manhattan #DCAD82

Color information

#DCAD82 (or 0xDCAD82) is unknown color: approx Manhattan. HEX triplet: DC, AD and 82. RGB value is (220,173,130). Sum of RGB (Red+Green+Blue) = 220+173+130=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 130 (51.17% from 255 or 24.86% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAD82 is #23527D. Grayscale: #B6B6B6. Windows color (decimal): -2314878 or 8564188. OLE color: 8564188.

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

Color convert

RGB220173130-
CMYK00.210.410.14
HSL28.67º56.25%68.63%-
HSV(B)28.67º40.91%86.27%-
XYZ48.4946.7127.58-
YUV182.1598.57155-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.07%
GREEN value IS 173 (67.97% from 255) = 33.08%
BLUE value IS 130 (51.17% from 255) = 24.86%
R=42.07%
G=33.08%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017313000.210.410.1428.6756.2568.63
HexDCAD8201529E1d3845
Octal33425520202551163570105
Binary1101110010101101100000100101011010011110111011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAD82; }

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

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

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

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

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

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

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

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