Shades of Manhattan #DCAF76
Tints of Manhattan #DCAF76
RGB
CMYK
RGB Variations
Color information
#DCAF76 (or 0xDCAF76) is known color: Manhattan. HEX triplet: DC, AF and 76. RGB value is (220,175,118). Sum of RGB (Red+Green+Blue) = 220+175+118=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 118 (46.48% from 255 or 23.00% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAF76 is #235089. Grayscale: #B6B6B6. Windows color (decimal): -2314378 or 7778268. OLE color: 7778268.
HSL color Cylindrical-coordinate representation of color #DCAF76: hue angle of 33.53º 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 #DCAF76 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 118 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.14 |
| HSL | 33.53º | 0.59% | 0.66% | - |
| HSV(B) | 33.53º | 0.46% | 0.86% | - |
| XYZ | 48.12 | 47.18 | 23.71 | - |
| YUV | 181.96 | 91.91 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 118 | 0 | 0.20 | 0.46 | 0.14 | 33.53 | 0.59 | 0.66 |
| Hex | DC | AF | 76 | 0 | 14 | 2E | E | 22 | 3B | 42 |
| Octal | 334 | 257 | 166 | 0 | 24 | 56 | 16 | 42 | 73 | 102 |
| Binary | 11011100 | 10101111 | 1110110 | 0 | 10100 | 101110 | 1110 | 100010 | 111011 | 1000010 |
Color Harmonies of #DCAF76
Complementary color
Monochromatic Colors of #DCAF76
Black with #DCAF76
Text Example
Text Example
White with #DCAF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAF76; }
p { color: rgb(220,175,118); }
H1.HeaderClassName
{
color: #DCAF76;
}
.AnyTagClassName
{
color: #DCAF76;
}
</style>
background-color css
<style>
a { background-color: #DCAF76; }
a { background-color: rgb(220,175,118); }
div.DivClassName
{
background-color: #DCAF76;
}
.BgClassName
{
background-color: #DCAF76;
}
</style>
border-color css
<style>
span { border-color: #DCAF76; }
span { border-color: rgb(220,175,118); }
td.TdClassName
{
border-color: #DCAF76;
}
.TagClassName
{
border-color: #DCAF76;
}
</style>