Shades of Manhattan #DFB083
Tints of Manhattan #DFB083
RGB
CMYK
RGB Variations
Color information
#DFB083 (or 0xDFB083) is known color: Manhattan. HEX triplet: DF, B0 and 83. RGB value is (223,176,131). Sum of RGB (Red+Green+Blue) = 223+176+131=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 176 (69.14% from 255 or 33.21% from 530); Blue value is 131 (51.56% from 255 or 24.72% from 530); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB083 is #204F7C. Grayscale: #B9B9B9. Windows color (decimal): -2117501 or 8630495. OLE color: 8630495.
HSL color Cylindrical-coordinate representation of color #DFB083: hue angle of 29.35º 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 #DFB083 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 131 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.13 |
| HSL | 29.35º | 0.59% | 0.69% | - |
| HSV(B) | 29.35º | 0.41% | 0.87% | - |
| XYZ | 50.05 | 48.38 | 28.17 | - |
| YUV | 184.92 | 97.57 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 131 | 0 | 0.21 | 0.41 | 0.13 | 29.35 | 0.59 | 0.69 |
| Hex | DF | B0 | 83 | 0 | 15 | 29 | D | 1D | 3B | 45 |
| Octal | 337 | 260 | 203 | 0 | 25 | 51 | 15 | 35 | 73 | 105 |
| Binary | 11011111 | 10110000 | 10000011 | 0 | 10101 | 101001 | 1101 | 11101 | 111011 | 1000101 |
Color Harmonies of #DFB083
Complementary color
Monochromatic Colors of #DFB083
Black with #DFB083
Text Example
Text Example
White with #DFB083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB083; }
p { color: rgb(223,176,131); }
H1.HeaderClassName
{
color: #DFB083;
}
.AnyTagClassName
{
color: #DFB083;
}
</style>
background-color css
<style>
a { background-color: #DFB083; }
a { background-color: rgb(223,176,131); }
div.DivClassName
{
background-color: #DFB083;
}
.BgClassName
{
background-color: #DFB083;
}
</style>
border-color css
<style>
span { border-color: #DFB083; }
span { border-color: rgb(223,176,131); }
td.TdClassName
{
border-color: #DFB083;
}
.TagClassName
{
border-color: #DFB083;
}
</style>