Shades of Manhattan #DCAF85
Tints of Manhattan #DCAF85
RGB
CMYK
RGB Variations
Color information
#DCAF85 (or 0xDCAF85) is known color: Manhattan. HEX triplet: DC, AF and 85. RGB value is (220,175,133). Sum of RGB (Red+Green+Blue) = 220+175+133=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 133 (52.34% from 255 or 25.19% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAF85 is #23507A. Grayscale: #B7B7B7. Windows color (decimal): -2314363 or 8761308. OLE color: 8761308.
HSL color Cylindrical-coordinate representation of color #DCAF85: hue angle of 28.97º degrees, saturation: 0.55, 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 #DCAF85 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 133 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.14 |
| HSL | 28.97º | 0.55% | 0.69% | - |
| HSV(B) | 28.97º | 0.4% | 0.86% | - |
| XYZ | 49.08 | 47.57 | 28.79 | - |
| YUV | 183.67 | 99.41 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 133 | 0 | 0.20 | 0.40 | 0.14 | 28.97 | 0.55 | 0.69 |
| Hex | DC | AF | 85 | 0 | 14 | 28 | E | 1D | 37 | 45 |
| Octal | 334 | 257 | 205 | 0 | 24 | 50 | 16 | 35 | 67 | 105 |
| Binary | 11011100 | 10101111 | 10000101 | 0 | 10100 | 101000 | 1110 | 11101 | 110111 | 1000101 |
Color Harmonies of #DCAF85
Complementary color
Monochromatic Colors of #DCAF85
Black with #DCAF85
Text Example
Text Example
White with #DCAF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAF85; }
p { color: rgb(220,175,133); }
H1.HeaderClassName
{
color: #DCAF85;
}
.AnyTagClassName
{
color: #DCAF85;
}
</style>
background-color css
<style>
a { background-color: #DCAF85; }
a { background-color: rgb(220,175,133); }
div.DivClassName
{
background-color: #DCAF85;
}
.BgClassName
{
background-color: #DCAF85;
}
</style>
border-color css
<style>
span { border-color: #DCAF85; }
span { border-color: rgb(220,175,133); }
td.TdClassName
{
border-color: #DCAF85;
}
.TagClassName
{
border-color: #DCAF85;
}
</style>