Shades of Loafer #DDD9C0
Tints of Loafer #DDD9C0
RGB
CMYK
RGB Variations
Color information
#DDD9C0 (or 0xDDD9C0) is known color: Loafer. HEX triplet: DD, D9 and C0. RGB value is (221,217,192). Sum of RGB (Red+Green+Blue) = 221+217+192=630 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.08% from 630); Green value is 217 (85.16% from 255 or 34.44% from 630); Blue value is 192 (75.39% from 255 or 30.48% from 630); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD9C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD9C0 is #22263F. Grayscale: #D7D7D7. Windows color (decimal): -2238016 or 12638685. OLE color: 12638685.
HSL color Cylindrical-coordinate representation of color #DDD9C0: hue angle of 51.72º degrees, saturation: 0.3, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDD9C0 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 217 | 192 | - |
CMYK | 0 | 0.02 | 0.13 | 0.13 |
HSL | 51.72º | 0.3% | 0.81% | - |
HSV(B) | 51.72º | 0.13% | 0.87% | - |
XYZ | 64.15 | 68.8 | 59.77 | - |
YUV | 215.35 | 114.83 | 132.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 217 | 192 | 0 | 0.02 | 0.13 | 0.13 | 51.72 | 0.3 | 0.81 |
Hex | DD | D9 | C0 | 0 | 2 | D | D | 34 | 1E | 51 |
Octal | 335 | 331 | 300 | 0 | 2 | 15 | 15 | 64 | 36 | 121 |
Binary | 11011101 | 11011001 | 11000000 | 0 | 10 | 1101 | 1101 | 110100 | 11110 | 1010001 |
Color Harmonies of #DDD9C0
Complementary color
Monochromatic Colors of #DDD9C0
Black with #DDD9C0
Text Example
Text Example
White with #DDD9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD9C0; }
p { color: rgb(221,217,192); }
H1.HeaderClassName
{
color: #DDD9C0;
}
.AnyTagClassName
{
color: #DDD9C0;
}
</style>
background-color css
<style>
a { background-color: #DDD9C0; }
a { background-color: rgb(221,217,192); }
div.DivClassName
{
background-color: #DDD9C0;
}
.BgClassName
{
background-color: #DDD9C0;
}
</style>
border-color css
<style>
span { border-color: #DDD9C0; }
span { border-color: rgb(221,217,192); }
td.TdClassName
{
border-color: #DDD9C0;
}
.TagClassName
{
border-color: #DDD9C0;
}
</style>