Shades of Manhattan #DCAF77
Tints of Manhattan #DCAF77
RGB
CMYK
RGB Variations
Color information
#DCAF77 (or 0xDCAF77) is known color: Manhattan. HEX triplet: DC, AF and 77. RGB value is (220,175,119). Sum of RGB (Red+Green+Blue) = 220+175+119=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 119 (46.88% from 255 or 23.15% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAF77 is #235088. Grayscale: #B6B6B6. Windows color (decimal): -2314377 or 7843804. OLE color: 7843804.
HSL color Cylindrical-coordinate representation of color #DCAF77: hue angle of 33.27º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCAF77 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 119 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.14 |
| HSL | 33.27º | 0.59% | 0.66% | - |
| HSV(B) | 33.27º | 0.46% | 0.86% | - |
| XYZ | 48.17 | 47.21 | 24.03 | - |
| YUV | 182.07 | 92.41 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 119 | 0 | 0.20 | 0.46 | 0.14 | 33.27 | 0.59 | 0.66 |
| Hex | DC | AF | 77 | 0 | 14 | 2E | E | 21 | 3B | 42 |
| Octal | 334 | 257 | 167 | 0 | 24 | 56 | 16 | 41 | 73 | 102 |
| Binary | 11011100 | 10101111 | 1110111 | 0 | 10100 | 101110 | 1110 | 100001 | 111011 | 1000010 |
Color Harmonies of #DCAF77
Complementary color
Monochromatic Colors of #DCAF77
Black with #DCAF77
Text Example
Text Example
White with #DCAF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAF77; }
p { color: rgb(220,175,119); }
H1.HeaderClassName
{
color: #DCAF77;
}
.AnyTagClassName
{
color: #DCAF77;
}
</style>
background-color css
<style>
a { background-color: #DCAF77; }
a { background-color: rgb(220,175,119); }
div.DivClassName
{
background-color: #DCAF77;
}
.BgClassName
{
background-color: #DCAF77;
}
</style>
border-color css
<style>
span { border-color: #DCAF77; }
span { border-color: rgb(220,175,119); }
td.TdClassName
{
border-color: #DCAF77;
}
.TagClassName
{
border-color: #DCAF77;
}
</style>