Shades of Manhattan #DCAF74
Tints of Manhattan #DCAF74
RGB
CMYK
RGB Variations
Color information
#DCAF74 (or 0xDCAF74) is known color: Manhattan. HEX triplet: DC, AF and 74. RGB value is (220,175,116). Sum of RGB (Red+Green+Blue) = 220+175+116=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 116 (45.70% from 255 or 22.70% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAF74 is #23508B. Grayscale: #B6B6B6. Windows color (decimal): -2314380 or 7647196. OLE color: 7647196.
HSL color Cylindrical-coordinate representation of color #DCAF74: hue angle of 34.04º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCAF74 is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 116 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.14 |
| HSL | 34.04º | 0.6% | 0.66% | - |
| HSV(B) | 34.04º | 0.47% | 0.86% | - |
| XYZ | 48 | 47.14 | 23.09 | - |
| YUV | 181.73 | 90.91 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 116 | 0 | 0.20 | 0.47 | 0.14 | 34.04 | 0.6 | 0.66 |
| Hex | DC | AF | 74 | 0 | 14 | 2F | E | 22 | 3C | 42 |
| Octal | 334 | 257 | 164 | 0 | 24 | 57 | 16 | 42 | 74 | 102 |
| Binary | 11011100 | 10101111 | 1110100 | 0 | 10100 | 101111 | 1110 | 100010 | 111100 | 1000010 |
Color Harmonies of #DCAF74
Complementary color
Monochromatic Colors of #DCAF74
Black with #DCAF74
Text Example
Text Example
White with #DCAF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAF74; }
p { color: rgb(220,175,116); }
H1.HeaderClassName
{
color: #DCAF74;
}
.AnyTagClassName
{
color: #DCAF74;
}
</style>
background-color css
<style>
a { background-color: #DCAF74; }
a { background-color: rgb(220,175,116); }
div.DivClassName
{
background-color: #DCAF74;
}
.BgClassName
{
background-color: #DCAF74;
}
</style>
border-color css
<style>
span { border-color: #DCAF74; }
span { border-color: rgb(220,175,116); }
td.TdClassName
{
border-color: #DCAF74;
}
.TagClassName
{
border-color: #DCAF74;
}
</style>