Shades of Travertine #DDD9C6
Tints of Travertine #DDD9C6
RGB
CMYK
RGB Variations
Color information
#DDD9C6 (or 0xDDD9C6) is known color: Travertine. HEX triplet: DD, D9 and C6. RGB value is (221,217,198). Sum of RGB (Red+Green+Blue) = 221+217+198=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 217 (85.16% from 255 or 34.12% from 636); Blue value is 198 (77.73% from 255 or 31.13% from 636); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD9C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD9C6 is #222639. Grayscale: #D8D8D8. Windows color (decimal): -2238010 or 13031901. OLE color: 13031901.
HSL color Cylindrical-coordinate representation of color #DDD9C6: hue angle of 49.57º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDD9C6 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 217 | 198 | - |
CMYK | 0 | 0.02 | 0.10 | 0.13 |
HSL | 49.57º | 0.25% | 0.82% | - |
HSV(B) | 49.57º | 0.1% | 0.87% | - |
XYZ | 64.82 | 69.08 | 63.34 | - |
YUV | 216.03 | 117.83 | 131.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 217 | 198 | 0 | 0.02 | 0.10 | 0.13 | 49.57 | 0.25 | 0.82 |
Hex | DD | D9 | C6 | 0 | 2 | A | D | 32 | 19 | 52 |
Octal | 335 | 331 | 306 | 0 | 2 | 12 | 15 | 62 | 31 | 122 |
Binary | 11011101 | 11011001 | 11000110 | 0 | 10 | 1010 | 1101 | 110010 | 11001 | 1010010 |
Color Harmonies of #DDD9C6
Complementary color
Monochromatic Colors of #DDD9C6
Black with #DDD9C6
Text Example
Text Example
White with #DDD9C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD9C6; }
p { color: rgb(221,217,198); }
H1.HeaderClassName
{
color: #DDD9C6;
}
.AnyTagClassName
{
color: #DDD9C6;
}
</style>
background-color css
<style>
a { background-color: #DDD9C6; }
a { background-color: rgb(221,217,198); }
div.DivClassName
{
background-color: #DDD9C6;
}
.BgClassName
{
background-color: #DDD9C6;
}
</style>
border-color css
<style>
span { border-color: #DDD9C6; }
span { border-color: rgb(221,217,198); }
td.TdClassName
{
border-color: #DDD9C6;
}
.TagClassName
{
border-color: #DDD9C6;
}
</style>