Shades of Manhattan #DFAF81
Tints of Manhattan #DFAF81
RGB
CMYK
RGB Variations
Color information
#DFAF81 (or 0xDFAF81) is known color: Manhattan. HEX triplet: DF, AF and 81. RGB value is (223,175,129). Sum of RGB (Red+Green+Blue) = 223+175+129=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 129 (50.78% from 255 or 24.48% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAF81 is #20507E. Grayscale: #B8B8B8. Windows color (decimal): -2117759 or 8499167. OLE color: 8499167.
HSL color Cylindrical-coordinate representation of color #DFAF81: hue angle of 29.36º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DFAF81 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 175 | 129 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.13 |
| HSL | 29.36º | 0.59% | 0.69% | - |
| HSV(B) | 29.36º | 0.42% | 0.87% | - |
| XYZ | 49.72 | 47.93 | 27.4 | - |
| YUV | 184.11 | 96.9 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 175 | 129 | 0 | 0.22 | 0.42 | 0.13 | 29.36 | 0.59 | 0.69 |
| Hex | DF | AF | 81 | 0 | 16 | 2A | D | 1D | 3B | 45 |
| Octal | 337 | 257 | 201 | 0 | 26 | 52 | 15 | 35 | 73 | 105 |
| Binary | 11011111 | 10101111 | 10000001 | 0 | 10110 | 101010 | 1101 | 11101 | 111011 | 1000101 |
Color Harmonies of #DFAF81
Complementary color
Monochromatic Colors of #DFAF81
Black with #DFAF81
Text Example
Text Example
White with #DFAF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAF81; }
p { color: rgb(223,175,129); }
H1.HeaderClassName
{
color: #DFAF81;
}
.AnyTagClassName
{
color: #DFAF81;
}
</style>
background-color css
<style>
a { background-color: #DFAF81; }
a { background-color: rgb(223,175,129); }
div.DivClassName
{
background-color: #DFAF81;
}
.BgClassName
{
background-color: #DFAF81;
}
</style>
border-color css
<style>
span { border-color: #DFAF81; }
span { border-color: rgb(223,175,129); }
td.TdClassName
{
border-color: #DFAF81;
}
.TagClassName
{
border-color: #DFAF81;
}
</style>