Shades of Manhattan #DFB081
Tints of Manhattan #DFB081
RGB
CMYK
RGB Variations
Color information
#DFB081 (or 0xDFB081) is known color: Manhattan. HEX triplet: DF, B0 and 81. RGB value is (223,176,129). Sum of RGB (Red+Green+Blue) = 223+176+129=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 176 (69.14% from 255 or 33.33% from 528); Blue value is 129 (50.78% from 255 or 24.43% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB081 is #204F7E. Grayscale: #B8B8B8. Windows color (decimal): -2117503 or 8499423. OLE color: 8499423.
HSL color Cylindrical-coordinate representation of color #DFB081: hue angle of 30º 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 #DFB081 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 129 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.13 |
| HSL | 30º | 0.59% | 0.69% | - |
| HSV(B) | 30º | 0.42% | 0.87% | - |
| XYZ | 49.92 | 48.32 | 27.47 | - |
| YUV | 184.7 | 96.57 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 129 | 0 | 0.21 | 0.42 | 0.13 | 30 | 0.59 | 0.69 |
| Hex | DF | B0 | 81 | 0 | 15 | 2A | D | 1E | 3B | 45 |
| Octal | 337 | 260 | 201 | 0 | 25 | 52 | 15 | 36 | 73 | 105 |
| Binary | 11011111 | 10110000 | 10000001 | 0 | 10101 | 101010 | 1101 | 11110 | 111011 | 1000101 |
Color Harmonies of #DFB081
Complementary color
Monochromatic Colors of #DFB081
Black with #DFB081
Text Example
Text Example
White with #DFB081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB081; }
p { color: rgb(223,176,129); }
H1.HeaderClassName
{
color: #DFB081;
}
.AnyTagClassName
{
color: #DFB081;
}
</style>
background-color css
<style>
a { background-color: #DFB081; }
a { background-color: rgb(223,176,129); }
div.DivClassName
{
background-color: #DFB081;
}
.BgClassName
{
background-color: #DFB081;
}
</style>
border-color css
<style>
span { border-color: #DFB081; }
span { border-color: rgb(223,176,129); }
td.TdClassName
{
border-color: #DFB081;
}
.TagClassName
{
border-color: #DFB081;
}
</style>