Shades of Manhattan #DCAF75
Tints of Manhattan #DCAF75
RGB
CMYK
RGB Variations
Color information
#DCAF75 (or 0xDCAF75) is known color: Manhattan. HEX triplet: DC, AF and 75. RGB value is (220,175,117). Sum of RGB (Red+Green+Blue) = 220+175+117=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 117 (46.09% from 255 or 22.85% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAF75 is #23508A. Grayscale: #B6B6B6. Windows color (decimal): -2314379 or 7712732. OLE color: 7712732.
HSL color Cylindrical-coordinate representation of color #DCAF75: hue angle of 33.79º 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 #DCAF75 is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 117 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.14 |
| HSL | 33.79º | 0.6% | 0.66% | - |
| HSV(B) | 33.79º | 0.47% | 0.86% | - |
| XYZ | 48.06 | 47.16 | 23.4 | - |
| YUV | 181.84 | 91.41 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 117 | 0 | 0.20 | 0.47 | 0.14 | 33.79 | 0.6 | 0.66 |
| Hex | DC | AF | 75 | 0 | 14 | 2F | E | 22 | 3C | 42 |
| Octal | 334 | 257 | 165 | 0 | 24 | 57 | 16 | 42 | 74 | 102 |
| Binary | 11011100 | 10101111 | 1110101 | 0 | 10100 | 101111 | 1110 | 100010 | 111100 | 1000010 |
Color Harmonies of #DCAF75
Complementary color
Monochromatic Colors of #DCAF75
Black with #DCAF75
Text Example
Text Example
White with #DCAF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAF75; }
p { color: rgb(220,175,117); }
H1.HeaderClassName
{
color: #DCAF75;
}
.AnyTagClassName
{
color: #DCAF75;
}
</style>
background-color css
<style>
a { background-color: #DCAF75; }
a { background-color: rgb(220,175,117); }
div.DivClassName
{
background-color: #DCAF75;
}
.BgClassName
{
background-color: #DCAF75;
}
</style>
border-color css
<style>
span { border-color: #DCAF75; }
span { border-color: rgb(220,175,117); }
td.TdClassName
{
border-color: #DCAF75;
}
.TagClassName
{
border-color: #DCAF75;
}
</style>