Shades of Manhattan #DFB27D
Tints of Manhattan #DFB27D
RGB
CMYK
RGB Variations
Color information
#DFB27D (or 0xDFB27D) is known color: Manhattan. HEX triplet: DF, B2 and 7D. RGB value is (223,178,125). Sum of RGB (Red+Green+Blue) = 223+178+125=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 178 (69.92% from 255 or 33.84% from 526); Blue value is 125 (49.22% from 255 or 23.76% from 526); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB27D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB27D is #204D82. Grayscale: #B9B9B9. Windows color (decimal): -2116995 or 8237791. OLE color: 8237791.
HSL color Cylindrical-coordinate representation of color #DFB27D: hue angle of 32.45º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DFB27D is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 178 | 125 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.13 |
| HSL | 32.45º | 0.6% | 0.68% | - |
| HSV(B) | 32.45º | 0.44% | 0.87% | - |
| XYZ | 50.05 | 49.01 | 26.22 | - |
| YUV | 185.41 | 93.91 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 125 | 0 | 0.20 | 0.44 | 0.13 | 32.45 | 0.6 | 0.68 |
| Hex | DF | B2 | 7D | 0 | 14 | 2C | D | 20 | 3C | 44 |
| Octal | 337 | 262 | 175 | 0 | 24 | 54 | 15 | 40 | 74 | 104 |
| Binary | 11011111 | 10110010 | 1111101 | 0 | 10100 | 101100 | 1101 | 100000 | 111100 | 1000100 |
Color Harmonies of #DFB27D
Complementary color
Monochromatic Colors of #DFB27D
Black with #DFB27D
Text Example
Text Example
White with #DFB27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB27D; }
p { color: rgb(223,178,125); }
H1.HeaderClassName
{
color: #DFB27D;
}
.AnyTagClassName
{
color: #DFB27D;
}
</style>
background-color css
<style>
a { background-color: #DFB27D; }
a { background-color: rgb(223,178,125); }
div.DivClassName
{
background-color: #DFB27D;
}
.BgClassName
{
background-color: #DFB27D;
}
</style>
border-color css
<style>
span { border-color: #DFB27D; }
span { border-color: rgb(223,178,125); }
td.TdClassName
{
border-color: #DFB27D;
}
.TagClassName
{
border-color: #DFB27D;
}
</style>