Shades of Manhattan #DFB276
Tints of Manhattan #DFB276
RGB
CMYK
RGB Variations
Color information
#DFB276 (or 0xDFB276) is known color: Manhattan. HEX triplet: DF, B2 and 76. RGB value is (223,178,118). Sum of RGB (Red+Green+Blue) = 223+178+118=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 178 (69.92% from 255 or 34.30% from 519); Blue value is 118 (46.48% from 255 or 22.74% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB276 is #204D89. Grayscale: #B8B8B8. Windows color (decimal): -2117002 or 7779039. OLE color: 7779039.
HSL color Cylindrical-coordinate representation of color #DFB276: hue angle of 34.29º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DFB276 is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 178 | 118 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.13 |
| HSL | 34.29º | 0.62% | 0.67% | - |
| HSV(B) | 34.29º | 0.47% | 0.87% | - |
| XYZ | 49.62 | 48.84 | 23.95 | - |
| YUV | 184.62 | 90.41 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 118 | 0 | 0.20 | 0.47 | 0.13 | 34.29 | 0.62 | 0.67 |
| Hex | DF | B2 | 76 | 0 | 14 | 2F | D | 22 | 3E | 43 |
| Octal | 337 | 262 | 166 | 0 | 24 | 57 | 15 | 42 | 76 | 103 |
| Binary | 11011111 | 10110010 | 1110110 | 0 | 10100 | 101111 | 1101 | 100010 | 111110 | 1000011 |
Color Harmonies of #DFB276
Complementary color
Monochromatic Colors of #DFB276
Black with #DFB276
Text Example
Text Example
White with #DFB276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB276; }
p { color: rgb(223,178,118); }
H1.HeaderClassName
{
color: #DFB276;
}
.AnyTagClassName
{
color: #DFB276;
}
</style>
background-color css
<style>
a { background-color: #DFB276; }
a { background-color: rgb(223,178,118); }
div.DivClassName
{
background-color: #DFB276;
}
.BgClassName
{
background-color: #DFB276;
}
</style>
border-color css
<style>
span { border-color: #DFB276; }
span { border-color: rgb(223,178,118); }
td.TdClassName
{
border-color: #DFB276;
}
.TagClassName
{
border-color: #DFB276;
}
</style>