Shades of Manhattan #DAAB76
Tints of Manhattan #DAAB76
RGB
CMYK
RGB Variations
Color information
#DAAB76 (or 0xDAAB76) is known color: Manhattan. HEX triplet: DA, AB and 76. RGB value is (218,171,118). Sum of RGB (Red+Green+Blue) = 218+171+118=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 118 (46.48% from 255 or 23.27% from 507); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAB76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAB76 is #255489. Grayscale: #B3B3B3. Windows color (decimal): -2446474 or 7777242. OLE color: 7777242.
HSL color Cylindrical-coordinate representation of color #DAAB76: hue angle of 31.8º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DAAB76 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 171 | 118 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.15 |
| HSL | 31.8º | 0.57% | 0.66% | - |
| HSV(B) | 31.8º | 0.46% | 0.85% | - |
| XYZ | 46.75 | 45.34 | 23.43 | - |
| YUV | 179.01 | 93.57 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 171 | 118 | 0 | 0.22 | 0.46 | 0.15 | 31.8 | 0.57 | 0.66 |
| Hex | DA | AB | 76 | 0 | 16 | 2E | F | 20 | 39 | 42 |
| Octal | 332 | 253 | 166 | 0 | 26 | 56 | 17 | 40 | 71 | 102 |
| Binary | 11011010 | 10101011 | 1110110 | 0 | 10110 | 101110 | 1111 | 100000 | 111001 | 1000010 |
Color Harmonies of #DAAB76
Complementary color
Monochromatic Colors of #DAAB76
Black with #DAAB76
Text Example
Text Example
White with #DAAB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAB76; }
p { color: rgb(218,171,118); }
H1.HeaderClassName
{
color: #DAAB76;
}
.AnyTagClassName
{
color: #DAAB76;
}
</style>
background-color css
<style>
a { background-color: #DAAB76; }
a { background-color: rgb(218,171,118); }
div.DivClassName
{
background-color: #DAAB76;
}
.BgClassName
{
background-color: #DAAB76;
}
</style>
border-color css
<style>
span { border-color: #DAAB76; }
span { border-color: rgb(218,171,118); }
td.TdClassName
{
border-color: #DAAB76;
}
.TagClassName
{
border-color: #DAAB76;
}
</style>