Shades of Manhattan #DAAC81
Tints of Manhattan #DAAC81
RGB
CMYK
RGB Variations
Color information
#DAAC81 (or 0xDAAC81) is known color: Manhattan. HEX triplet: DA, AC and 81. RGB value is (218,172,129). Sum of RGB (Red+Green+Blue) = 218+172+129=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 129 (50.78% from 255 or 24.86% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAC81 is #25537E. Grayscale: #B5B5B5. Windows color (decimal): -2446207 or 8498394. OLE color: 8498394.
HSL color Cylindrical-coordinate representation of color #DAAC81: hue angle of 28.99º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DAAC81 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 172 | 129 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.15 |
| HSL | 28.99º | 0.55% | 0.68% | - |
| HSV(B) | 28.99º | 0.41% | 0.85% | - |
| XYZ | 47.63 | 46 | 27.14 | - |
| YUV | 180.85 | 98.74 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 172 | 129 | 0 | 0.21 | 0.41 | 0.15 | 28.99 | 0.55 | 0.68 |
| Hex | DA | AC | 81 | 0 | 15 | 29 | F | 1D | 37 | 44 |
| Octal | 332 | 254 | 201 | 0 | 25 | 51 | 17 | 35 | 67 | 104 |
| Binary | 11011010 | 10101100 | 10000001 | 0 | 10101 | 101001 | 1111 | 11101 | 110111 | 1000100 |
Color Harmonies of #DAAC81
Complementary color
Monochromatic Colors of #DAAC81
Black with #DAAC81
Text Example
Text Example
White with #DAAC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAC81; }
p { color: rgb(218,172,129); }
H1.HeaderClassName
{
color: #DAAC81;
}
.AnyTagClassName
{
color: #DAAC81;
}
</style>
background-color css
<style>
a { background-color: #DAAC81; }
a { background-color: rgb(218,172,129); }
div.DivClassName
{
background-color: #DAAC81;
}
.BgClassName
{
background-color: #DAAC81;
}
</style>
border-color css
<style>
span { border-color: #DAAC81; }
span { border-color: rgb(218,172,129); }
td.TdClassName
{
border-color: #DAAC81;
}
.TagClassName
{
border-color: #DAAC81;
}
</style>