#DCAE84

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

Shades of Manhattan #DCAE84

Tints of Manhattan #DCAE84

Color information

#DCAE84 (or 0xDCAE84) is unknown color: approx Manhattan. HEX triplet: DC, AE and 84. RGB value is (220,174,132). Sum of RGB (Red+Green+Blue) = 220+174+132=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 174 (68.36% from 255 or 33.08% from 526); Blue value is 132 (51.95% from 255 or 25.10% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAE84 is #23517B. Grayscale: #B7B7B7. Windows color (decimal): -2314620 or 8695516. OLE color: 8695516.

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

Color convert

RGB220174132-
CMYK00.210.400.14
HSL28.64º55.7%69.02%-
HSV(B)28.64º40%86.27%-
XYZ48.8247.1528.36-
YUV182.9799.24154.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.83%
GREEN value IS 174 (68.36% from 255) = 33.08%
BLUE value IS 132 (51.95% from 255) = 25.10%
R=41.83%
G=33.08%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017413200.210.400.1428.6455.769.02
HexDCAE8401528E1d3845
Octal33425620402550163570105
Binary1101110010101110100001000101011010001110111011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAE84; }

 p { color: rgb(220,174,132); }

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

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

 a { background-color: rgb(220,174,132); }

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

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

 span { border-color: rgb(220,174,132); }

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