Shades of Manhattan #DAAC7D
Tints of Manhattan #DAAC7D
RGB
CMYK
RGB Variations
Color information
#DAAC7D (or 0xDAAC7D) is known color: Manhattan. HEX triplet: DA, AC and 7D. RGB value is (218,172,125). Sum of RGB (Red+Green+Blue) = 218+172+125=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 125 (49.22% from 255 or 24.27% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAC7D is #255382. Grayscale: #B4B4B4. Windows color (decimal): -2446211 or 8236250. OLE color: 8236250.
HSL color Cylindrical-coordinate representation of color #DAAC7D: hue angle of 30.32º 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 #DAAC7D is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 172 | 125 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.15 |
| HSL | 30.32º | 0.56% | 0.67% | - |
| HSV(B) | 30.32º | 0.43% | 0.85% | - |
| XYZ | 47.37 | 45.89 | 25.76 | - |
| YUV | 180.4 | 96.74 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 172 | 125 | 0 | 0.21 | 0.43 | 0.15 | 30.32 | 0.56 | 0.67 |
| Hex | DA | AC | 7D | 0 | 15 | 2B | F | 1E | 38 | 43 |
| Octal | 332 | 254 | 175 | 0 | 25 | 53 | 17 | 36 | 70 | 103 |
| Binary | 11011010 | 10101100 | 1111101 | 0 | 10101 | 101011 | 1111 | 11110 | 111000 | 1000011 |
Color Harmonies of #DAAC7D
Complementary color
Monochromatic Colors of #DAAC7D
Black with #DAAC7D
Text Example
Text Example
White with #DAAC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAC7D; }
p { color: rgb(218,172,125); }
H1.HeaderClassName
{
color: #DAAC7D;
}
.AnyTagClassName
{
color: #DAAC7D;
}
</style>
background-color css
<style>
a { background-color: #DAAC7D; }
a { background-color: rgb(218,172,125); }
div.DivClassName
{
background-color: #DAAC7D;
}
.BgClassName
{
background-color: #DAAC7D;
}
</style>
border-color css
<style>
span { border-color: #DAAC7D; }
span { border-color: rgb(218,172,125); }
td.TdClassName
{
border-color: #DAAC7D;
}
.TagClassName
{
border-color: #DAAC7D;
}
</style>