#DCAE81

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

Shades of Manhattan #DCAE81

Tints of Manhattan #DCAE81

Color information

#DCAE81 (or 0xDCAE81) is unknown color: approx Manhattan. HEX triplet: DC, AE and 81. RGB value is (220,174,129). Sum of RGB (Red+Green+Blue) = 220+174+129=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 174 (68.36% from 255 or 33.27% from 523); Blue value is 129 (50.78% from 255 or 24.67% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAE81 is #23517E. Grayscale: #B6B6B6. Windows color (decimal): -2314623 or 8498908. OLE color: 8498908.

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

Color convert

RGB220174129-
CMYK00.210.410.14
HSL29.67º56.52%68.43%-
HSV(B)29.67º41.36%86.27%-
XYZ48.6147.0727.29-
YUV182.6297.74154.66-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.07%
GREEN value IS 174 (68.36% from 255) = 33.27%
BLUE value IS 129 (50.78% from 255) = 24.67%
R=42.07%
G=33.27%
B=24.67%

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
Decimal22017412900.210.410.1429.6756.5268.43
HexDCAE8101529E1e3944
Octal33425620102551163671104
Binary1101110010101110100000010101011010011110111101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAE81; }

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

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

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

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

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

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

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

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