Shades of Merino #DFD9D0
Tints of Merino #DFD9D0
RGB
CMYK
RGB Variations
Color information
#DFD9D0 (or 0xDFD9D0) is known color: Merino. HEX triplet: DF, D9 and D0. RGB value is (223,217,208). Sum of RGB (Red+Green+Blue) = 223+217+208=648 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.41% from 648); Green value is 217 (85.16% from 255 or 33.49% from 648); Blue value is 208 (81.64% from 255 or 32.10% from 648); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD9D0 is #20262F. Grayscale: #D9D9D9. Windows color (decimal): -2106928 or 13687263. OLE color: 13687263.
HSL color Cylindrical-coordinate representation of color #DFD9D0: hue angle of 36º degrees, saturation: 0.19, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFD9D0 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 217 | 208 | - |
CMYK | 0 | 0.03 | 0.07 | 0.13 |
HSL | 36º | 0.19% | 0.85% | - |
HSV(B) | 36º | 0.07% | 0.87% | - |
XYZ | 66.63 | 69.87 | 69.65 | - |
YUV | 217.77 | 122.49 | 131.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 217 | 208 | 0 | 0.03 | 0.07 | 0.13 | 36 | 0.19 | 0.85 |
Hex | DF | D9 | D0 | 0 | 3 | 7 | D | 24 | 13 | 55 |
Octal | 337 | 331 | 320 | 0 | 3 | 7 | 15 | 44 | 23 | 125 |
Binary | 11011111 | 11011001 | 11010000 | 0 | 11 | 111 | 1101 | 100100 | 10011 | 1010101 |
Color Harmonies of #DFD9D0
Complementary color
Monochromatic Colors of #DFD9D0
Black with #DFD9D0
Text Example
Text Example
White with #DFD9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD9D0; }
p { color: rgb(223,217,208); }
H1.HeaderClassName
{
color: #DFD9D0;
}
.AnyTagClassName
{
color: #DFD9D0;
}
</style>
background-color css
<style>
a { background-color: #DFD9D0; }
a { background-color: rgb(223,217,208); }
div.DivClassName
{
background-color: #DFD9D0;
}
.BgClassName
{
background-color: #DFD9D0;
}
</style>
border-color css
<style>
span { border-color: #DFD9D0; }
span { border-color: rgb(223,217,208); }
td.TdClassName
{
border-color: #DFD9D0;
}
.TagClassName
{
border-color: #DFD9D0;
}
</style>