Shades of Manhattan #DFB27A
Tints of Manhattan #DFB27A
RGB
CMYK
RGB Variations
Color information
#DFB27A (or 0xDFB27A) is known color: Manhattan. HEX triplet: DF, B2 and 7A. RGB value is (223,178,122). Sum of RGB (Red+Green+Blue) = 223+178+122=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 178 (69.92% from 255 or 34.03% from 523); Blue value is 122 (48.05% from 255 or 23.33% from 523); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB27A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB27A is #204D85. Grayscale: #B9B9B9. Windows color (decimal): -2116998 or 8041183. OLE color: 8041183.
HSL color Cylindrical-coordinate representation of color #DFB27A: hue angle of 33.27º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DFB27A is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 178 | 122 | - |
| CMYK | 0 | 0.20 | 0.45 | 0.13 |
| HSL | 33.27º | 0.61% | 0.68% | - |
| HSV(B) | 33.27º | 0.45% | 0.87% | - |
| XYZ | 49.86 | 48.93 | 25.23 | - |
| YUV | 185.07 | 92.41 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 122 | 0 | 0.20 | 0.45 | 0.13 | 33.27 | 0.61 | 0.68 |
| Hex | DF | B2 | 7A | 0 | 14 | 2D | D | 21 | 3D | 44 |
| Octal | 337 | 262 | 172 | 0 | 24 | 55 | 15 | 41 | 75 | 104 |
| Binary | 11011111 | 10110010 | 1111010 | 0 | 10100 | 101101 | 1101 | 100001 | 111101 | 1000100 |
Color Harmonies of #DFB27A
Complementary color
Monochromatic Colors of #DFB27A
Black with #DFB27A
Text Example
Text Example
White with #DFB27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB27A; }
p { color: rgb(223,178,122); }
H1.HeaderClassName
{
color: #DFB27A;
}
.AnyTagClassName
{
color: #DFB27A;
}
</style>
background-color css
<style>
a { background-color: #DFB27A; }
a { background-color: rgb(223,178,122); }
div.DivClassName
{
background-color: #DFB27A;
}
.BgClassName
{
background-color: #DFB27A;
}
</style>
border-color css
<style>
span { border-color: #DFB27A; }
span { border-color: rgb(223,178,122); }
td.TdClassName
{
border-color: #DFB27A;
}
.TagClassName
{
border-color: #DFB27A;
}
</style>