Shades of Manhattan #DBAD74
Tints of Manhattan #DBAD74
RGB
CMYK
RGB Variations
Color information
#DBAD74 (or 0xDBAD74) is known color: Manhattan. HEX triplet: DB, AD and 74. RGB value is (219,173,116). Sum of RGB (Red+Green+Blue) = 219+173+116=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 116 (45.70% from 255 or 22.83% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAD74 is #24528B. Grayscale: #B4B4B4. Windows color (decimal): -2380428 or 7646683. OLE color: 7646683.
HSL color Cylindrical-coordinate representation of color #DBAD74: hue angle of 33.2º 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 #DBAD74 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 116 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.14 |
| HSL | 33.2º | 0.59% | 0.66% | - |
| HSV(B) | 33.2º | 0.47% | 0.86% | - |
| XYZ | 47.31 | 46.21 | 22.95 | - |
| YUV | 180.26 | 91.74 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 116 | 0 | 0.21 | 0.47 | 0.14 | 33.2 | 0.59 | 0.66 |
| Hex | DB | AD | 74 | 0 | 15 | 2F | E | 21 | 3B | 42 |
| Octal | 333 | 255 | 164 | 0 | 25 | 57 | 16 | 41 | 73 | 102 |
| Binary | 11011011 | 10101101 | 1110100 | 0 | 10101 | 101111 | 1110 | 100001 | 111011 | 1000010 |
Color Harmonies of #DBAD74
Complementary color
Monochromatic Colors of #DBAD74
Black with #DBAD74
Text Example
Text Example
White with #DBAD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD74; }
p { color: rgb(219,173,116); }
H1.HeaderClassName
{
color: #DBAD74;
}
.AnyTagClassName
{
color: #DBAD74;
}
</style>
background-color css
<style>
a { background-color: #DBAD74; }
a { background-color: rgb(219,173,116); }
div.DivClassName
{
background-color: #DBAD74;
}
.BgClassName
{
background-color: #DBAD74;
}
</style>
border-color css
<style>
span { border-color: #DBAD74; }
span { border-color: rgb(219,173,116); }
td.TdClassName
{
border-color: #DBAD74;
}
.TagClassName
{
border-color: #DBAD74;
}
</style>