Shades of Manhattan #DCAF84
Tints of Manhattan #DCAF84
RGB
CMYK
RGB Variations
Color information
#DCAF84 (or 0xDCAF84) is known color: Manhattan. HEX triplet: DC, AF and 84. RGB value is (220,175,132). Sum of RGB (Red+Green+Blue) = 220+175+132=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 132 (51.95% from 255 or 25.05% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAF84 is #23507B. Grayscale: #B7B7B7. Windows color (decimal): -2314364 or 8695772. OLE color: 8695772.
HSL color Cylindrical-coordinate representation of color #DCAF84: hue angle of 29.32º degrees, saturation: 0.56, 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 #DCAF84 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 132 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.14 |
| HSL | 29.32º | 0.56% | 0.69% | - |
| HSV(B) | 29.32º | 0.4% | 0.86% | - |
| XYZ | 49.01 | 47.54 | 28.42 | - |
| YUV | 183.55 | 98.91 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 132 | 0 | 0.20 | 0.40 | 0.14 | 29.32 | 0.56 | 0.69 |
| Hex | DC | AF | 84 | 0 | 14 | 28 | E | 1D | 38 | 45 |
| Octal | 334 | 257 | 204 | 0 | 24 | 50 | 16 | 35 | 70 | 105 |
| Binary | 11011100 | 10101111 | 10000100 | 0 | 10100 | 101000 | 1110 | 11101 | 111000 | 1000101 |
Color Harmonies of #DCAF84
Complementary color
Monochromatic Colors of #DCAF84
Black with #DCAF84
Text Example
Text Example
White with #DCAF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAF84; }
p { color: rgb(220,175,132); }
H1.HeaderClassName
{
color: #DCAF84;
}
.AnyTagClassName
{
color: #DCAF84;
}
</style>
background-color css
<style>
a { background-color: #DCAF84; }
a { background-color: rgb(220,175,132); }
div.DivClassName
{
background-color: #DCAF84;
}
.BgClassName
{
background-color: #DCAF84;
}
</style>
border-color css
<style>
span { border-color: #DCAF84; }
span { border-color: rgb(220,175,132); }
td.TdClassName
{
border-color: #DCAF84;
}
.TagClassName
{
border-color: #DCAF84;
}
</style>