Shades of Manhattan #DAAA7C
Tints of Manhattan #DAAA7C
RGB
CMYK
RGB Variations
Color information
#DAAA7C (or 0xDAAA7C) is known color: Manhattan. HEX triplet: DA, AA and 7C. RGB value is (218,170,124). Sum of RGB (Red+Green+Blue) = 218+170+124=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 124 (48.83% from 255 or 24.22% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAA7C is #255583. Grayscale: #B3B3B3. Windows color (decimal): -2446724 or 8170202. OLE color: 8170202.
HSL color Cylindrical-coordinate representation of color #DAAA7C: hue angle of 29.36º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DAAA7C is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 170 | 124 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.15 |
| HSL | 29.36º | 0.56% | 0.67% | - |
| HSV(B) | 29.36º | 0.43% | 0.85% | - |
| XYZ | 46.93 | 45.11 | 25.3 | - |
| YUV | 179.11 | 96.9 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 124 | 0 | 0.22 | 0.43 | 0.15 | 29.36 | 0.56 | 0.67 |
| Hex | DA | AA | 7C | 0 | 16 | 2B | F | 1D | 38 | 43 |
| Octal | 332 | 252 | 174 | 0 | 26 | 53 | 17 | 35 | 70 | 103 |
| Binary | 11011010 | 10101010 | 1111100 | 0 | 10110 | 101011 | 1111 | 11101 | 111000 | 1000011 |
Color Harmonies of #DAAA7C
Complementary color
Monochromatic Colors of #DAAA7C
Black with #DAAA7C
Text Example
Text Example
White with #DAAA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAA7C; }
p { color: rgb(218,170,124); }
H1.HeaderClassName
{
color: #DAAA7C;
}
.AnyTagClassName
{
color: #DAAA7C;
}
</style>
background-color css
<style>
a { background-color: #DAAA7C; }
a { background-color: rgb(218,170,124); }
div.DivClassName
{
background-color: #DAAA7C;
}
.BgClassName
{
background-color: #DAAA7C;
}
</style>
border-color css
<style>
span { border-color: #DAAA7C; }
span { border-color: rgb(218,170,124); }
td.TdClassName
{
border-color: #DAAA7C;
}
.TagClassName
{
border-color: #DAAA7C;
}
</style>