Shades of Manhattan #DFAF83
Tints of Manhattan #DFAF83
RGB
CMYK
RGB Variations
Color information
#DFAF83 (or 0xDFAF83) is known color: Manhattan. HEX triplet: DF, AF and 83. RGB value is (223,175,131). Sum of RGB (Red+Green+Blue) = 223+175+131=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 131 (51.56% from 255 or 24.76% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAF83 is #20507C. Grayscale: #B8B8B8. Windows color (decimal): -2117757 or 8630239. OLE color: 8630239.
HSL color Cylindrical-coordinate representation of color #DFAF83: hue angle of 28.7º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DFAF83 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 175 | 131 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.13 |
| HSL | 28.7º | 0.59% | 0.69% | - |
| HSV(B) | 28.7º | 0.41% | 0.87% | - |
| XYZ | 49.86 | 47.99 | 28.11 | - |
| YUV | 184.34 | 97.9 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 175 | 131 | 0 | 0.22 | 0.41 | 0.13 | 28.7 | 0.59 | 0.69 |
| Hex | DF | AF | 83 | 0 | 16 | 29 | D | 1D | 3B | 45 |
| Octal | 337 | 257 | 203 | 0 | 26 | 51 | 15 | 35 | 73 | 105 |
| Binary | 11011111 | 10101111 | 10000011 | 0 | 10110 | 101001 | 1101 | 11101 | 111011 | 1000101 |
Color Harmonies of #DFAF83
Complementary color
Monochromatic Colors of #DFAF83
Black with #DFAF83
Text Example
Text Example
White with #DFAF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAF83; }
p { color: rgb(223,175,131); }
H1.HeaderClassName
{
color: #DFAF83;
}
.AnyTagClassName
{
color: #DFAF83;
}
</style>
background-color css
<style>
a { background-color: #DFAF83; }
a { background-color: rgb(223,175,131); }
div.DivClassName
{
background-color: #DFAF83;
}
.BgClassName
{
background-color: #DFAF83;
}
</style>
border-color css
<style>
span { border-color: #DFAF83; }
span { border-color: rgb(223,175,131); }
td.TdClassName
{
border-color: #DFAF83;
}
.TagClassName
{
border-color: #DFAF83;
}
</style>