Shades of Merino #DFDBD1
Tints of Merino #DFDBD1
RGB
CMYK
RGB Variations
Color information
#DFDBD1 (or 0xDFDBD1) is known color: Merino. HEX triplet: DF, DB and D1. RGB value is (223,219,209). Sum of RGB (Red+Green+Blue) = 223+219+209=651 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.25% from 651); Green value is 219 (85.94% from 255 or 33.64% from 651); Blue value is 209 (82.03% from 255 or 32.10% from 651); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDBD1 is #20242E. Grayscale: #DBDBDB. Windows color (decimal): -2106415 or 13753311. OLE color: 13753311.
HSL color Cylindrical-coordinate representation of color #DFDBD1: hue angle of 42.86º degrees, saturation: 0.18, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFDBD1 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 219 | 209 | - |
CMYK | 0 | 0.02 | 0.06 | 0.13 |
HSL | 42.86º | 0.18% | 0.85% | - |
HSV(B) | 42.86º | 0.06% | 0.87% | - |
XYZ | 67.27 | 70.95 | 70.47 | - |
YUV | 219.06 | 122.33 | 130.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 219 | 209 | 0 | 0.02 | 0.06 | 0.13 | 42.86 | 0.18 | 0.85 |
Hex | DF | DB | D1 | 0 | 2 | 6 | D | 2B | 12 | 55 |
Octal | 337 | 333 | 321 | 0 | 2 | 6 | 15 | 53 | 22 | 125 |
Binary | 11011111 | 11011011 | 11010001 | 0 | 10 | 110 | 1101 | 101011 | 10010 | 1010101 |
Color Harmonies of #DFDBD1
Complementary color
Monochromatic Colors of #DFDBD1
Black with #DFDBD1
Text Example
Text Example
White with #DFDBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDBD1; }
p { color: rgb(223,219,209); }
H1.HeaderClassName
{
color: #DFDBD1;
}
.AnyTagClassName
{
color: #DFDBD1;
}
</style>
background-color css
<style>
a { background-color: #DFDBD1; }
a { background-color: rgb(223,219,209); }
div.DivClassName
{
background-color: #DFDBD1;
}
.BgClassName
{
background-color: #DFDBD1;
}
</style>
border-color css
<style>
span { border-color: #DFDBD1; }
span { border-color: rgb(223,219,209); }
td.TdClassName
{
border-color: #DFDBD1;
}
.TagClassName
{
border-color: #DFDBD1;
}
</style>