Shades of Merino #DFD7CB
Tints of Merino #DFD7CB
RGB
CMYK
RGB Variations
Color information
#DFD7CB (or 0xDFD7CB) is known color: Merino. HEX triplet: DF, D7 and CB. RGB value is (223,215,203). Sum of RGB (Red+Green+Blue) = 223+215+203=641 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.79% from 641); Green value is 215 (84.38% from 255 or 33.54% from 641); Blue value is 203 (79.69% from 255 or 31.67% from 641); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD7CB is #202834. Grayscale: #D8D8D8. Windows color (decimal): -2107445 or 13359071. OLE color: 13359071.
HSL color Cylindrical-coordinate representation of color #DFD7CB: hue angle of 36º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFD7CB is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 215 | 203 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.13 |
| HSL | 36º | 0.24% | 0.84% | - |
| HSV(B) | 36º | 0.09% | 0.87% | - |
| XYZ | 65.51 | 68.6 | 66.29 | - |
| YUV | 216.02 | 120.65 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 215 | 203 | 0 | 0.04 | 0.09 | 0.13 | 36 | 0.24 | 0.84 |
| Hex | DF | D7 | CB | 0 | 4 | 9 | D | 24 | 18 | 54 |
| Octal | 337 | 327 | 313 | 0 | 4 | 11 | 15 | 44 | 30 | 124 |
| Binary | 11011111 | 11010111 | 11001011 | 0 | 100 | 1001 | 1101 | 100100 | 11000 | 1010100 |
Color Harmonies of #DFD7CB
Complementary color
Monochromatic Colors of #DFD7CB
Black with #DFD7CB
Text Example
Text Example
White with #DFD7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD7CB; }
p { color: rgb(223,215,203); }
H1.HeaderClassName
{
color: #DFD7CB;
}
.AnyTagClassName
{
color: #DFD7CB;
}
</style>
background-color css
<style>
a { background-color: #DFD7CB; }
a { background-color: rgb(223,215,203); }
div.DivClassName
{
background-color: #DFD7CB;
}
.BgClassName
{
background-color: #DFD7CB;
}
</style>
border-color css
<style>
span { border-color: #DFD7CB; }
span { border-color: rgb(223,215,203); }
td.TdClassName
{
border-color: #DFD7CB;
}
.TagClassName
{
border-color: #DFD7CB;
}
</style>