Shades of Manhattan #DCAA75
Tints of Manhattan #DCAA75
RGB
CMYK
RGB Variations
Color information
#DCAA75 (or 0xDCAA75) is known color: Manhattan. HEX triplet: DC, AA and 75. RGB value is (220,170,117). Sum of RGB (Red+Green+Blue) = 220+170+117=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 170 (66.80% from 255 or 33.53% from 507); Blue value is 117 (46.09% from 255 or 23.08% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAA75 is #23558A. Grayscale: #B3B3B3. Windows color (decimal): -2315659 or 7711452. OLE color: 7711452.
HSL color Cylindrical-coordinate representation of color #DCAA75: hue angle of 30.87º 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 #DCAA75 is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 117 | - |
| CMYK | 0 | 0.23 | 0.47 | 0.14 |
| HSL | 30.87º | 0.6% | 0.66% | - |
| HSV(B) | 30.87º | 0.47% | 0.86% | - |
| XYZ | 47.1 | 45.25 | 23.08 | - |
| YUV | 178.91 | 93.07 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 117 | 0 | 0.23 | 0.47 | 0.14 | 30.87 | 0.6 | 0.66 |
| Hex | DC | AA | 75 | 0 | 17 | 2F | E | 1F | 3C | 42 |
| Octal | 334 | 252 | 165 | 0 | 27 | 57 | 16 | 37 | 74 | 102 |
| Binary | 11011100 | 10101010 | 1110101 | 0 | 10111 | 101111 | 1110 | 11111 | 111100 | 1000010 |
Color Harmonies of #DCAA75
Complementary color
Monochromatic Colors of #DCAA75
Black with #DCAA75
Text Example
Text Example
White with #DCAA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA75; }
p { color: rgb(220,170,117); }
H1.HeaderClassName
{
color: #DCAA75;
}
.AnyTagClassName
{
color: #DCAA75;
}
</style>
background-color css
<style>
a { background-color: #DCAA75; }
a { background-color: rgb(220,170,117); }
div.DivClassName
{
background-color: #DCAA75;
}
.BgClassName
{
background-color: #DCAA75;
}
</style>
border-color css
<style>
span { border-color: #DCAA75; }
span { border-color: rgb(220,170,117); }
td.TdClassName
{
border-color: #DCAA75;
}
.TagClassName
{
border-color: #DCAA75;
}
</style>