Shades of Manhattan #DCAD7F
Tints of Manhattan #DCAD7F
RGB
CMYK
RGB Variations
Color information
#DCAD7F (or 0xDCAD7F) is known color: Manhattan. HEX triplet: DC, AD and 7F. RGB value is (220,173,127). Sum of RGB (Red+Green+Blue) = 220+173+127=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 127 (50% from 255 or 24.42% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAD7F is #235280. Grayscale: #B6B6B6. Windows color (decimal): -2314881 or 8367580. OLE color: 8367580.
HSL color Cylindrical-coordinate representation of color #DCAD7F: hue angle of 29.68º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCAD7F is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 127 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.14 |
| HSL | 29.68º | 0.57% | 0.68% | - |
| HSV(B) | 29.68º | 0.42% | 0.86% | - |
| XYZ | 48.29 | 46.64 | 26.54 | - |
| YUV | 181.81 | 97.07 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 127 | 0 | 0.21 | 0.42 | 0.14 | 29.68 | 0.57 | 0.68 |
| Hex | DC | AD | 7F | 0 | 15 | 2A | E | 1E | 39 | 44 |
| Octal | 334 | 255 | 177 | 0 | 25 | 52 | 16 | 36 | 71 | 104 |
| Binary | 11011100 | 10101101 | 1111111 | 0 | 10101 | 101010 | 1110 | 11110 | 111001 | 1000100 |
Color Harmonies of #DCAD7F
Complementary color
Monochromatic Colors of #DCAD7F
Black with #DCAD7F
Text Example
Text Example
White with #DCAD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAD7F; }
p { color: rgb(220,173,127); }
H1.HeaderClassName
{
color: #DCAD7F;
}
.AnyTagClassName
{
color: #DCAD7F;
}
</style>
background-color css
<style>
a { background-color: #DCAD7F; }
a { background-color: rgb(220,173,127); }
div.DivClassName
{
background-color: #DCAD7F;
}
.BgClassName
{
background-color: #DCAD7F;
}
</style>
border-color css
<style>
span { border-color: #DCAD7F; }
span { border-color: rgb(220,173,127); }
td.TdClassName
{
border-color: #DCAD7F;
}
.TagClassName
{
border-color: #DCAD7F;
}
</style>