Shades of Manhattan #DCAF86
Tints of Manhattan #DCAF86
RGB
CMYK
RGB Variations
Color information
#DCAF86 (or 0xDCAF86) is known color: Manhattan. HEX triplet: DC, AF and 86. RGB value is (220,175,134). Sum of RGB (Red+Green+Blue) = 220+175+134=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 134 (52.73% from 255 or 25.33% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAF86 is #235079. Grayscale: #B7B7B7. Windows color (decimal): -2314362 or 8826844. OLE color: 8826844.
HSL color Cylindrical-coordinate representation of color #DCAF86: hue angle of 28.6º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DCAF86 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 134 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.14 |
| HSL | 28.6º | 0.55% | 0.69% | - |
| HSV(B) | 28.6º | 0.39% | 0.86% | - |
| XYZ | 49.15 | 47.6 | 29.15 | - |
| YUV | 183.78 | 99.91 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 134 | 0 | 0.20 | 0.39 | 0.14 | 28.6 | 0.55 | 0.69 |
| Hex | DC | AF | 86 | 0 | 14 | 27 | E | 1D | 37 | 45 |
| Octal | 334 | 257 | 206 | 0 | 24 | 47 | 16 | 35 | 67 | 105 |
| Binary | 11011100 | 10101111 | 10000110 | 0 | 10100 | 100111 | 1110 | 11101 | 110111 | 1000101 |
Color Harmonies of #DCAF86
Complementary color
Monochromatic Colors of #DCAF86
Black with #DCAF86
Text Example
Text Example
White with #DCAF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAF86; }
p { color: rgb(220,175,134); }
H1.HeaderClassName
{
color: #DCAF86;
}
.AnyTagClassName
{
color: #DCAF86;
}
</style>
background-color css
<style>
a { background-color: #DCAF86; }
a { background-color: rgb(220,175,134); }
div.DivClassName
{
background-color: #DCAF86;
}
.BgClassName
{
background-color: #DCAF86;
}
</style>
border-color css
<style>
span { border-color: #DCAF86; }
span { border-color: rgb(220,175,134); }
td.TdClassName
{
border-color: #DCAF86;
}
.TagClassName
{
border-color: #DCAF86;
}
</style>