Shades of Merino #DFDACF
Tints of Merino #DFDACF
RGB
CMYK
RGB Variations
Color information
#DFDACF (or 0xDFDACF) is known color: Merino. HEX triplet: DF, DA and CF. RGB value is (223,218,207). Sum of RGB (Red+Green+Blue) = 223+218+207=648 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.41% from 648); Green value is 218 (85.55% from 255 or 33.64% from 648); Blue value is 207 (81.25% from 255 or 31.94% from 648); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDACF is #202530. Grayscale: #DADADA. Windows color (decimal): -2106673 or 13621983. OLE color: 13621983.
HSL color Cylindrical-coordinate representation of color #DFDACF: hue angle of 41.25º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFDACF is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 207 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.13 |
| HSL | 41.25º | 0.2% | 0.84% | - |
| HSV(B) | 41.25º | 0.07% | 0.87% | - |
| XYZ | 66.77 | 70.34 | 69.09 | - |
| YUV | 218.24 | 121.66 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 207 | 0 | 0.02 | 0.07 | 0.13 | 41.25 | 0.2 | 0.84 |
| Hex | DF | DA | CF | 0 | 2 | 7 | D | 29 | 14 | 54 |
| Octal | 337 | 332 | 317 | 0 | 2 | 7 | 15 | 51 | 24 | 124 |
| Binary | 11011111 | 11011010 | 11001111 | 0 | 10 | 111 | 1101 | 101001 | 10100 | 1010100 |
Color Harmonies of #DFDACF
Complementary color
Monochromatic Colors of #DFDACF
Black with #DFDACF
Text Example
Text Example
White with #DFDACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDACF; }
p { color: rgb(223,218,207); }
H1.HeaderClassName
{
color: #DFDACF;
}
.AnyTagClassName
{
color: #DFDACF;
}
</style>
background-color css
<style>
a { background-color: #DFDACF; }
a { background-color: rgb(223,218,207); }
div.DivClassName
{
background-color: #DFDACF;
}
.BgClassName
{
background-color: #DFDACF;
}
</style>
border-color css
<style>
span { border-color: #DFDACF; }
span { border-color: rgb(223,218,207); }
td.TdClassName
{
border-color: #DFDACF;
}
.TagClassName
{
border-color: #DFDACF;
}
</style>