Shades of Travertine #DDD8C4
Tints of Travertine #DDD8C4
RGB
CMYK
RGB Variations
Color information
#DDD8C4 (or 0xDDD8C4) is known color: Travertine. HEX triplet: DD, D8 and C4. RGB value is (221,216,196). Sum of RGB (Red+Green+Blue) = 221+216+196=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 216 (84.77% from 255 or 34.12% from 633); Blue value is 196 (76.95% from 255 or 30.96% from 633); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD8C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD8C4 is #22273B. Grayscale: #D7D7D7. Windows color (decimal): -2238268 or 12900573. OLE color: 12900573.
HSL color Cylindrical-coordinate representation of color #DDD8C4: hue angle of 48º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDD8C4 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 196 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.13 |
| HSL | 48º | 0.27% | 0.82% | - |
| HSV(B) | 48º | 0.11% | 0.87% | - |
| XYZ | 64.34 | 68.47 | 62.05 | - |
| YUV | 215.22 | 117.16 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 196 | 0 | 0.02 | 0.11 | 0.13 | 48 | 0.27 | 0.82 |
| Hex | DD | D8 | C4 | 0 | 2 | B | D | 30 | 1B | 52 |
| Octal | 335 | 330 | 304 | 0 | 2 | 13 | 15 | 60 | 33 | 122 |
| Binary | 11011101 | 11011000 | 11000100 | 0 | 10 | 1011 | 1101 | 110000 | 11011 | 1010010 |
Color Harmonies of #DDD8C4
Complementary color
Monochromatic Colors of #DDD8C4
Black with #DDD8C4
Text Example
Text Example
White with #DDD8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD8C4; }
p { color: rgb(221,216,196); }
H1.HeaderClassName
{
color: #DDD8C4;
}
.AnyTagClassName
{
color: #DDD8C4;
}
</style>
background-color css
<style>
a { background-color: #DDD8C4; }
a { background-color: rgb(221,216,196); }
div.DivClassName
{
background-color: #DDD8C4;
}
.BgClassName
{
background-color: #DDD8C4;
}
</style>
border-color css
<style>
span { border-color: #DDD8C4; }
span { border-color: rgb(221,216,196); }
td.TdClassName
{
border-color: #DDD8C4;
}
.TagClassName
{
border-color: #DDD8C4;
}
</style>