Shades of Manhattan #DFAF7F
Tints of Manhattan #DFAF7F
RGB
CMYK
RGB Variations
Color information
#DFAF7F (or 0xDFAF7F) is known color: Manhattan. HEX triplet: DF, AF and 7F. RGB value is (223,175,127). Sum of RGB (Red+Green+Blue) = 223+175+127=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 127 (50% from 255 or 24.19% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAF7F is #205080. Grayscale: #B8B8B8. Windows color (decimal): -2117761 or 8368095. OLE color: 8368095.
HSL color Cylindrical-coordinate representation of color #DFAF7F: hue angle of 30º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DFAF7F is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 175 | 127 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.13 |
| HSL | 30º | 0.6% | 0.69% | - |
| HSV(B) | 30º | 0.43% | 0.87% | - |
| XYZ | 49.59 | 47.88 | 26.71 | - |
| YUV | 183.88 | 95.9 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 175 | 127 | 0 | 0.22 | 0.43 | 0.13 | 30 | 0.6 | 0.69 |
| Hex | DF | AF | 7F | 0 | 16 | 2B | D | 1E | 3C | 45 |
| Octal | 337 | 257 | 177 | 0 | 26 | 53 | 15 | 36 | 74 | 105 |
| Binary | 11011111 | 10101111 | 1111111 | 0 | 10110 | 101011 | 1101 | 11110 | 111100 | 1000101 |
Color Harmonies of #DFAF7F
Complementary color
Monochromatic Colors of #DFAF7F
Black with #DFAF7F
Text Example
Text Example
White with #DFAF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAF7F; }
p { color: rgb(223,175,127); }
H1.HeaderClassName
{
color: #DFAF7F;
}
.AnyTagClassName
{
color: #DFAF7F;
}
</style>
background-color css
<style>
a { background-color: #DFAF7F; }
a { background-color: rgb(223,175,127); }
div.DivClassName
{
background-color: #DFAF7F;
}
.BgClassName
{
background-color: #DFAF7F;
}
</style>
border-color css
<style>
span { border-color: #DFAF7F; }
span { border-color: rgb(223,175,127); }
td.TdClassName
{
border-color: #DFAF7F;
}
.TagClassName
{
border-color: #DFAF7F;
}
</style>