Shades of Gallery #DDD7D0
Tints of Gallery #DDD7D0
RGB
CMYK
RGB Variations
Color information
#DDD7D0 (or 0xDDD7D0) is known color: Gallery. HEX triplet: DD, D7 and D0. RGB value is (221,215,208). Sum of RGB (Red+Green+Blue) = 221+215+208=644 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.32% from 644); Green value is 215 (84.38% from 255 or 33.39% from 644); Blue value is 208 (81.64% from 255 or 32.30% from 644); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD7D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD7D0 is #22282F. Grayscale: #D8D8D8. Windows color (decimal): -2238512 or 13686749. OLE color: 13686749.
HSL color Cylindrical-coordinate representation of color #DDD7D0: hue angle of 32.31º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDD7D0 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 215 | 208 | - |
CMYK | 0 | 0.03 | 0.06 | 0.13 |
HSL | 32.31º | 0.16% | 0.84% | - |
HSV(B) | 32.31º | 0.06% | 0.87% | - |
XYZ | 65.5 | 68.53 | 69.45 | - |
YUV | 216 | 123.49 | 131.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 215 | 208 | 0 | 0.03 | 0.06 | 0.13 | 32.31 | 0.16 | 0.84 |
Hex | DD | D7 | D0 | 0 | 3 | 6 | D | 20 | 10 | 54 |
Octal | 335 | 327 | 320 | 0 | 3 | 6 | 15 | 40 | 20 | 124 |
Binary | 11011101 | 11010111 | 11010000 | 0 | 11 | 110 | 1101 | 100000 | 10000 | 1010100 |
Color Harmonies of #DDD7D0
Complementary color
Monochromatic Colors of #DDD7D0
Black with #DDD7D0
Text Example
Text Example
White with #DDD7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD7D0; }
p { color: rgb(221,215,208); }
H1.HeaderClassName
{
color: #DDD7D0;
}
.AnyTagClassName
{
color: #DDD7D0;
}
</style>
background-color css
<style>
a { background-color: #DDD7D0; }
a { background-color: rgb(221,215,208); }
div.DivClassName
{
background-color: #DDD7D0;
}
.BgClassName
{
background-color: #DDD7D0;
}
</style>
border-color css
<style>
span { border-color: #DDD7D0; }
span { border-color: rgb(221,215,208); }
td.TdClassName
{
border-color: #DDD7D0;
}
.TagClassName
{
border-color: #DDD7D0;
}
</style>