Shades of Manhattan #DCAE81
Tints of Manhattan #DCAE81
RGB
CMYK
RGB Variations
Color information
#DCAE81 (or 0xDCAE81) is known color: 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
| RGB | 220 | 174 | 129 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.14 |
| HSL | 29.67º | 0.57% | 0.68% | - |
| HSV(B) | 29.67º | 0.41% | 0.86% | - |
| XYZ | 48.61 | 47.07 | 27.29 | - |
| YUV | 182.62 | 97.74 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 129 | 0 | 0.21 | 0.41 | 0.14 | 29.67 | 0.57 | 0.68 |
| Hex | DC | AE | 81 | 0 | 15 | 29 | E | 1E | 39 | 44 |
| Octal | 334 | 256 | 201 | 0 | 25 | 51 | 16 | 36 | 71 | 104 |
| Binary | 11011100 | 10101110 | 10000001 | 0 | 10101 | 101001 | 1110 | 11110 | 111001 | 1000100 |
Color Harmonies of #DCAE81
Complementary color
Monochromatic Colors of #DCAE81
Black with #DCAE81
Text Example
Text Example
White with #DCAE81
Text Example
Text Example
HTML Codes & Css Web 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>