Shades of Merino #DDD7CD
Tints of Merino #DDD7CD
RGB
CMYK
RGB Variations
Color information
#DDD7CD (or 0xDDD7CD) is known color: Merino. HEX triplet: DD, D7 and CD. RGB value is (221,215,205). Sum of RGB (Red+Green+Blue) = 221+215+205=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 215 (84.38% from 255 or 33.54% from 641); Blue value is 205 (80.47% from 255 or 31.98% from 641); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD7CD is #222832. Grayscale: #D7D7D7. Windows color (decimal): -2238515 or 13490141. OLE color: 13490141.
HSL color Cylindrical-coordinate representation of color #DDD7CD: hue angle of 37.5º degrees, saturation: 0.19, 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 #DDD7CD is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 215 | 205 | - |
CMYK | 0 | 0.03 | 0.07 | 0.13 |
HSL | 37.5º | 0.19% | 0.84% | - |
HSV(B) | 37.5º | 0.07% | 0.87% | - |
XYZ | 65.14 | 68.38 | 67.52 | - |
YUV | 215.65 | 121.99 | 131.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 215 | 205 | 0 | 0.03 | 0.07 | 0.13 | 37.5 | 0.19 | 0.84 |
Hex | DD | D7 | CD | 0 | 3 | 7 | D | 26 | 13 | 54 |
Octal | 335 | 327 | 315 | 0 | 3 | 7 | 15 | 46 | 23 | 124 |
Binary | 11011101 | 11010111 | 11001101 | 0 | 11 | 111 | 1101 | 100110 | 10011 | 1010100 |
Color Harmonies of #DDD7CD
Complementary color
Monochromatic Colors of #DDD7CD
Black with #DDD7CD
Text Example
Text Example
White with #DDD7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD7CD; }
p { color: rgb(221,215,205); }
H1.HeaderClassName
{
color: #DDD7CD;
}
.AnyTagClassName
{
color: #DDD7CD;
}
</style>
background-color css
<style>
a { background-color: #DDD7CD; }
a { background-color: rgb(221,215,205); }
div.DivClassName
{
background-color: #DDD7CD;
}
.BgClassName
{
background-color: #DDD7CD;
}
</style>
border-color css
<style>
span { border-color: #DDD7CD; }
span { border-color: rgb(221,215,205); }
td.TdClassName
{
border-color: #DDD7CD;
}
.TagClassName
{
border-color: #DDD7CD;
}
</style>