Shades of Manhattan #DAAC7E
Tints of Manhattan #DAAC7E
RGB
CMYK
RGB Variations
Color information
#DAAC7E (or 0xDAAC7E) is known color: Manhattan. HEX triplet: DA, AC and 7E. RGB value is (218,172,126). Sum of RGB (Red+Green+Blue) = 218+172+126=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 126 (49.61% from 255 or 24.42% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAC7E is #255381. Grayscale: #B4B4B4. Windows color (decimal): -2446210 or 8301786. OLE color: 8301786.
HSL color Cylindrical-coordinate representation of color #DAAC7E: hue angle of 30º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DAAC7E is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 172 | 126 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.15 |
| HSL | 30º | 0.55% | 0.67% | - |
| HSV(B) | 30º | 0.42% | 0.85% | - |
| XYZ | 47.43 | 45.92 | 26.1 | - |
| YUV | 180.51 | 97.24 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 172 | 126 | 0 | 0.21 | 0.42 | 0.15 | 30 | 0.55 | 0.67 |
| Hex | DA | AC | 7E | 0 | 15 | 2A | F | 1E | 37 | 43 |
| Octal | 332 | 254 | 176 | 0 | 25 | 52 | 17 | 36 | 67 | 103 |
| Binary | 11011010 | 10101100 | 1111110 | 0 | 10101 | 101010 | 1111 | 11110 | 110111 | 1000011 |
Color Harmonies of #DAAC7E
Complementary color
Monochromatic Colors of #DAAC7E
Black with #DAAC7E
Text Example
Text Example
White with #DAAC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAC7E; }
p { color: rgb(218,172,126); }
H1.HeaderClassName
{
color: #DAAC7E;
}
.AnyTagClassName
{
color: #DAAC7E;
}
</style>
background-color css
<style>
a { background-color: #DAAC7E; }
a { background-color: rgb(218,172,126); }
div.DivClassName
{
background-color: #DAAC7E;
}
.BgClassName
{
background-color: #DAAC7E;
}
</style>
border-color css
<style>
span { border-color: #DAAC7E; }
span { border-color: rgb(218,172,126); }
td.TdClassName
{
border-color: #DAAC7E;
}
.TagClassName
{
border-color: #DAAC7E;
}
</style>