Shades of Manhattan #DAAE7E
Tints of Manhattan #DAAE7E
RGB
CMYK
RGB Variations
Color information
#DAAE7E (or 0xDAAE7E) is known color: Manhattan. HEX triplet: DA, AE and 7E. RGB value is (218,174,126). Sum of RGB (Red+Green+Blue) = 218+174+126=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 126 (49.61% from 255 or 24.32% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAE7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAE7E is #255181. Grayscale: #B5B5B5. Windows color (decimal): -2445698 or 8302298. OLE color: 8302298.
HSL color Cylindrical-coordinate representation of color #DAAE7E: hue angle of 31.3º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DAAE7E is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 174 | 126 | - |
CMYK | 0 | 0.20 | 0.42 | 0.15 |
HSL | 31.3º | 0.55% | 0.67% | - |
HSV(B) | 31.3º | 0.42% | 0.85% | - |
XYZ | 47.82 | 46.68 | 26.23 | - |
YUV | 181.68 | 96.58 | 153.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 174 | 126 | 0 | 0.20 | 0.42 | 0.15 | 31.3 | 0.55 | 0.67 |
Hex | DA | AE | 7E | 0 | 14 | 2A | F | 1F | 37 | 43 |
Octal | 332 | 256 | 176 | 0 | 24 | 52 | 17 | 37 | 67 | 103 |
Binary | 11011010 | 10101110 | 1111110 | 0 | 10100 | 101010 | 1111 | 11111 | 110111 | 1000011 |
Color Harmonies of #DAAE7E
Complementary color
Monochromatic Colors of #DAAE7E
Black with #DAAE7E
Text Example
Text Example
White with #DAAE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAE7E; }
p { color: rgb(218,174,126); }
H1.HeaderClassName
{
color: #DAAE7E;
}
.AnyTagClassName
{
color: #DAAE7E;
}
</style>
background-color css
<style>
a { background-color: #DAAE7E; }
a { background-color: rgb(218,174,126); }
div.DivClassName
{
background-color: #DAAE7E;
}
.BgClassName
{
background-color: #DAAE7E;
}
</style>
border-color css
<style>
span { border-color: #DAAE7E; }
span { border-color: rgb(218,174,126); }
td.TdClassName
{
border-color: #DAAE7E;
}
.TagClassName
{
border-color: #DAAE7E;
}
</style>