Shades of Manhattan #DFAB74
Tints of Manhattan #DFAB74
RGB
CMYK
RGB Variations
Color information
#DFAB74 (or 0xDFAB74) is known color: Manhattan. HEX triplet: DF, AB and 74. RGB value is (223,171,116). Sum of RGB (Red+Green+Blue) = 223+171+116=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 116 (45.70% from 255 or 22.75% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAB74 is #20548B. Grayscale: #B4B4B4. Windows color (decimal): -2118796 or 7646175. OLE color: 7646175.
HSL color Cylindrical-coordinate representation of color #DFAB74: hue angle of 30.84º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DFAB74 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 116 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.13 |
| HSL | 30.84º | 0.63% | 0.66% | - |
| HSV(B) | 30.84º | 0.48% | 0.87% | - |
| XYZ | 48.15 | 46.07 | 22.88 | - |
| YUV | 180.28 | 91.73 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 116 | 0 | 0.23 | 0.48 | 0.13 | 30.84 | 0.63 | 0.66 |
| Hex | DF | AB | 74 | 0 | 17 | 30 | D | 1F | 3F | 42 |
| Octal | 337 | 253 | 164 | 0 | 27 | 60 | 15 | 37 | 77 | 102 |
| Binary | 11011111 | 10101011 | 1110100 | 0 | 10111 | 110000 | 1101 | 11111 | 111111 | 1000010 |
Color Harmonies of #DFAB74
Complementary color
Monochromatic Colors of #DFAB74
Black with #DFAB74
Text Example
Text Example
White with #DFAB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAB74; }
p { color: rgb(223,171,116); }
H1.HeaderClassName
{
color: #DFAB74;
}
.AnyTagClassName
{
color: #DFAB74;
}
</style>
background-color css
<style>
a { background-color: #DFAB74; }
a { background-color: rgb(223,171,116); }
div.DivClassName
{
background-color: #DFAB74;
}
.BgClassName
{
background-color: #DFAB74;
}
</style>
border-color css
<style>
span { border-color: #DFAB74; }
span { border-color: rgb(223,171,116); }
td.TdClassName
{
border-color: #DFAB74;
}
.TagClassName
{
border-color: #DFAB74;
}
</style>