Shades of Manhattan #DAA875
Tints of Manhattan #DAA875
RGB
CMYK
RGB Variations
Color information
#DAA875 (or 0xDAA875) is known color: Manhattan. HEX triplet: DA, A8 and 75. RGB value is (218,168,117). Sum of RGB (Red+Green+Blue) = 218+168+117=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 117 (46.09% from 255 or 23.26% from 503); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA875 is #25578A. Grayscale: #B1B1B1. Windows color (decimal): -2447243 or 7710938. OLE color: 7710938.
HSL color Cylindrical-coordinate representation of color #DAA875: hue angle of 30.3º degrees, saturation: 0.58, 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 #DAA875 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 168 | 117 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.15 |
| HSL | 30.3º | 0.58% | 0.66% | - |
| HSV(B) | 30.3º | 0.46% | 0.85% | - |
| XYZ | 46.13 | 44.2 | 22.93 | - |
| YUV | 177.14 | 94.07 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 168 | 117 | 0 | 0.23 | 0.46 | 0.15 | 30.3 | 0.58 | 0.66 |
| Hex | DA | A8 | 75 | 0 | 17 | 2E | F | 1E | 3A | 42 |
| Octal | 332 | 250 | 165 | 0 | 27 | 56 | 17 | 36 | 72 | 102 |
| Binary | 11011010 | 10101000 | 1110101 | 0 | 10111 | 101110 | 1111 | 11110 | 111010 | 1000010 |
Color Harmonies of #DAA875
Complementary color
Monochromatic Colors of #DAA875
Black with #DAA875
Text Example
Text Example
White with #DAA875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA875; }
p { color: rgb(218,168,117); }
H1.HeaderClassName
{
color: #DAA875;
}
.AnyTagClassName
{
color: #DAA875;
}
</style>
background-color css
<style>
a { background-color: #DAA875; }
a { background-color: rgb(218,168,117); }
div.DivClassName
{
background-color: #DAA875;
}
.BgClassName
{
background-color: #DAA875;
}
</style>
border-color css
<style>
span { border-color: #DAA875; }
span { border-color: rgb(218,168,117); }
td.TdClassName
{
border-color: #DAA875;
}
.TagClassName
{
border-color: #DAA875;
}
</style>