#DCAE82

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

Shades of Manhattan #DCAE82

Tints of Manhattan #DCAE82

Color information

#DCAE82 (or 0xDCAE82) is unknown color: approx Manhattan. HEX triplet: DC, AE and 82. RGB value is (220,174,130). Sum of RGB (Red+Green+Blue) = 220+174+130=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 174 (68.36% from 255 or 33.21% from 524); Blue value is 130 (51.17% from 255 or 24.81% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAE82 is #23517D. Grayscale: #B6B6B6. Windows color (decimal): -2314622 or 8564444. OLE color: 8564444.

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

Color convert

RGB220174130-
CMYK00.210.410.14
HSL29.33º56.25%68.63%-
HSV(B)29.33º40.91%86.27%-
XYZ48.6847.127.64-
YUV182.7498.24154.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.98%
GREEN value IS 174 (68.36% from 255) = 33.21%
BLUE value IS 130 (51.17% from 255) = 24.81%
R=41.98%
G=33.21%
B=24.81%

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
Decimal22017413000.210.410.1429.3356.2568.63
HexDCAE8201529E1d3845
Octal33425620202551163570105
Binary1101110010101110100000100101011010011110111011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAE82; }

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

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

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

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

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

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

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

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