Shades of Manhattan #DBAE74
Tints of Manhattan #DBAE74
RGB
CMYK
RGB Variations
Color information
#DBAE74 (or 0xDBAE74) is known color: Manhattan. HEX triplet: DB, AE and 74. RGB value is (219,174,116). Sum of RGB (Red+Green+Blue) = 219+174+116=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 174 (68.36% from 255 or 34.18% from 509); Blue value is 116 (45.70% from 255 or 22.79% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAE74 is #24518B. Grayscale: #B5B5B5. Windows color (decimal): -2380172 or 7646939. OLE color: 7646939.
HSL color Cylindrical-coordinate representation of color #DBAE74: hue angle of 33.79º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBAE74 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 116 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.14 |
| HSL | 33.79º | 0.59% | 0.66% | - |
| HSV(B) | 33.79º | 0.47% | 0.86% | - |
| XYZ | 47.5 | 46.59 | 23.01 | - |
| YUV | 180.84 | 91.41 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 116 | 0 | 0.21 | 0.47 | 0.14 | 33.79 | 0.59 | 0.66 |
| Hex | DB | AE | 74 | 0 | 15 | 2F | E | 22 | 3B | 42 |
| Octal | 333 | 256 | 164 | 0 | 25 | 57 | 16 | 42 | 73 | 102 |
| Binary | 11011011 | 10101110 | 1110100 | 0 | 10101 | 101111 | 1110 | 100010 | 111011 | 1000010 |
Color Harmonies of #DBAE74
Complementary color
Monochromatic Colors of #DBAE74
Black with #DBAE74
Text Example
Text Example
White with #DBAE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAE74; }
p { color: rgb(219,174,116); }
H1.HeaderClassName
{
color: #DBAE74;
}
.AnyTagClassName
{
color: #DBAE74;
}
</style>
background-color css
<style>
a { background-color: #DBAE74; }
a { background-color: rgb(219,174,116); }
div.DivClassName
{
background-color: #DBAE74;
}
.BgClassName
{
background-color: #DBAE74;
}
</style>
border-color css
<style>
span { border-color: #DBAE74; }
span { border-color: rgb(219,174,116); }
td.TdClassName
{
border-color: #DBAE74;
}
.TagClassName
{
border-color: #DBAE74;
}
</style>