Shades of Manhattan #DAB078
Tints of Manhattan #DAB078
RGB
CMYK
RGB Variations
Color information
#DAB078 (or 0xDAB078) is known color: Manhattan. HEX triplet: DA, B0 and 78. RGB value is (218,176,120). Sum of RGB (Red+Green+Blue) = 218+176+120=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 120 (47.27% from 255 or 23.35% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB078 is #254F87. Grayscale: #B6B6B6. Windows color (decimal): -2445192 or 7909594. OLE color: 7909594.
HSL color Cylindrical-coordinate representation of color #DAB078: hue angle of 34.29º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DAB078 is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 176 | 120 | - |
| CMYK | 0 | 0.19 | 0.45 | 0.15 |
| HSL | 34.29º | 0.57% | 0.66% | - |
| HSV(B) | 34.29º | 0.45% | 0.85% | - |
| XYZ | 47.83 | 47.31 | 24.38 | - |
| YUV | 182.17 | 92.91 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 120 | 0 | 0.19 | 0.45 | 0.15 | 34.29 | 0.57 | 0.66 |
| Hex | DA | B0 | 78 | 0 | 13 | 2D | F | 22 | 39 | 42 |
| Octal | 332 | 260 | 170 | 0 | 23 | 55 | 17 | 42 | 71 | 102 |
| Binary | 11011010 | 10110000 | 1111000 | 0 | 10011 | 101101 | 1111 | 100010 | 111001 | 1000010 |
Color Harmonies of #DAB078
Complementary color
Monochromatic Colors of #DAB078
Black with #DAB078
Text Example
Text Example
White with #DAB078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB078; }
p { color: rgb(218,176,120); }
H1.HeaderClassName
{
color: #DAB078;
}
.AnyTagClassName
{
color: #DAB078;
}
</style>
background-color css
<style>
a { background-color: #DAB078; }
a { background-color: rgb(218,176,120); }
div.DivClassName
{
background-color: #DAB078;
}
.BgClassName
{
background-color: #DAB078;
}
</style>
border-color css
<style>
span { border-color: #DAB078; }
span { border-color: rgb(218,176,120); }
td.TdClassName
{
border-color: #DAB078;
}
.TagClassName
{
border-color: #DAB078;
}
</style>