Shades of Manhattan #DFB080
Tints of Manhattan #DFB080
RGB
CMYK
RGB Variations
Color information
#DFB080 (or 0xDFB080) is known color: Manhattan. HEX triplet: DF, B0 and 80. RGB value is (223,176,128). Sum of RGB (Red+Green+Blue) = 223+176+128=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 128 (50.39% from 255 or 24.29% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB080 is #204F7F. Grayscale: #B8B8B8. Windows color (decimal): -2117504 or 8433887. OLE color: 8433887.
HSL color Cylindrical-coordinate representation of color #DFB080: hue angle of 30.32º 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 #DFB080 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 176 | 128 | - |
CMYK | 0 | 0.21 | 0.43 | 0.13 |
HSL | 30.32º | 0.6% | 0.69% | - |
HSV(B) | 30.32º | 0.43% | 0.87% | - |
XYZ | 49.85 | 48.3 | 27.12 | - |
YUV | 184.58 | 96.07 | 155.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 176 | 128 | 0 | 0.21 | 0.43 | 0.13 | 30.32 | 0.6 | 0.69 |
Hex | DF | B0 | 80 | 0 | 15 | 2B | D | 1E | 3C | 45 |
Octal | 337 | 260 | 200 | 0 | 25 | 53 | 15 | 36 | 74 | 105 |
Binary | 11011111 | 10110000 | 10000000 | 0 | 10101 | 101011 | 1101 | 11110 | 111100 | 1000101 |
Color Harmonies of #DFB080
Complementary color
Monochromatic Colors of #DFB080
Black with #DFB080
Text Example
Text Example
White with #DFB080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB080; }
p { color: rgb(223,176,128); }
H1.HeaderClassName
{
color: #DFB080;
}
.AnyTagClassName
{
color: #DFB080;
}
</style>
background-color css
<style>
a { background-color: #DFB080; }
a { background-color: rgb(223,176,128); }
div.DivClassName
{
background-color: #DFB080;
}
.BgClassName
{
background-color: #DFB080;
}
</style>
border-color css
<style>
span { border-color: #DFB080; }
span { border-color: rgb(223,176,128); }
td.TdClassName
{
border-color: #DFB080;
}
.TagClassName
{
border-color: #DFB080;
}
</style>