Shades of Manhattan #DAAF7B
Tints of Manhattan #DAAF7B
RGB
CMYK
RGB Variations
Color information
#DAAF7B (or 0xDAAF7B) is known color: Manhattan. HEX triplet: DA, AF and 7B. RGB value is (218,175,123). Sum of RGB (Red+Green+Blue) = 218+175+123=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 123 (48.44% from 255 or 23.84% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAF7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAF7B is #255084. Grayscale: #B6B6B6. Windows color (decimal): -2445445 or 8105946. OLE color: 8105946.
HSL color Cylindrical-coordinate representation of color #DAAF7B: hue angle of 32.84º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DAAF7B is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 175 | 123 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.15 |
| HSL | 32.84º | 0.56% | 0.67% | - |
| HSV(B) | 32.84º | 0.44% | 0.85% | - |
| XYZ | 47.82 | 47 | 25.29 | - |
| YUV | 181.93 | 94.75 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 175 | 123 | 0 | 0.20 | 0.44 | 0.15 | 32.84 | 0.56 | 0.67 |
| Hex | DA | AF | 7B | 0 | 14 | 2C | F | 21 | 38 | 43 |
| Octal | 332 | 257 | 173 | 0 | 24 | 54 | 17 | 41 | 70 | 103 |
| Binary | 11011010 | 10101111 | 1111011 | 0 | 10100 | 101100 | 1111 | 100001 | 111000 | 1000011 |
Color Harmonies of #DAAF7B
Complementary color
Monochromatic Colors of #DAAF7B
Black with #DAAF7B
Text Example
Text Example
White with #DAAF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAF7B; }
p { color: rgb(218,175,123); }
H1.HeaderClassName
{
color: #DAAF7B;
}
.AnyTagClassName
{
color: #DAAF7B;
}
</style>
background-color css
<style>
a { background-color: #DAAF7B; }
a { background-color: rgb(218,175,123); }
div.DivClassName
{
background-color: #DAAF7B;
}
.BgClassName
{
background-color: #DAAF7B;
}
</style>
border-color css
<style>
span { border-color: #DAAF7B; }
span { border-color: rgb(218,175,123); }
td.TdClassName
{
border-color: #DAAF7B;
}
.TagClassName
{
border-color: #DAAF7B;
}
</style>