Shades of Travertine #DDDAC8
Tints of Travertine #DDDAC8
RGB
CMYK
RGB Variations
Color information
#DDDAC8 (or 0xDDDAC8) is known color: Travertine. HEX triplet: DD, DA and C8. RGB value is (221,218,200). Sum of RGB (Red+Green+Blue) = 221+218+200=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 218 (85.55% from 255 or 34.12% from 639); Blue value is 200 (78.52% from 255 or 31.30% from 639); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDAC8 is #222537. Grayscale: #D8D8D8. Windows color (decimal): -2237752 or 13163229. OLE color: 13163229.
HSL color Cylindrical-coordinate representation of color #DDDAC8: hue angle of 51.43º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDDAC8 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 218 | 200 | - |
CMYK | 0 | 0.01 | 0.10 | 0.13 |
HSL | 51.43º | 0.24% | 0.83% | - |
HSV(B) | 51.43º | 0.1% | 0.87% | - |
XYZ | 65.32 | 69.69 | 64.65 | - |
YUV | 216.85 | 118.49 | 130.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 218 | 200 | 0 | 0.01 | 0.10 | 0.13 | 51.43 | 0.24 | 0.83 |
Hex | DD | DA | C8 | 0 | 1 | A | D | 33 | 18 | 53 |
Octal | 335 | 332 | 310 | 0 | 1 | 12 | 15 | 63 | 30 | 123 |
Binary | 11011101 | 11011010 | 11001000 | 0 | 1 | 1010 | 1101 | 110011 | 11000 | 1010011 |
Color Harmonies of #DDDAC8
Complementary color
Monochromatic Colors of #DDDAC8
Black with #DDDAC8
Text Example
Text Example
White with #DDDAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDAC8; }
p { color: rgb(221,218,200); }
H1.HeaderClassName
{
color: #DDDAC8;
}
.AnyTagClassName
{
color: #DDDAC8;
}
</style>
background-color css
<style>
a { background-color: #DDDAC8; }
a { background-color: rgb(221,218,200); }
div.DivClassName
{
background-color: #DDDAC8;
}
.BgClassName
{
background-color: #DDDAC8;
}
</style>
border-color css
<style>
span { border-color: #DDDAC8; }
span { border-color: rgb(221,218,200); }
td.TdClassName
{
border-color: #DDDAC8;
}
.TagClassName
{
border-color: #DDDAC8;
}
</style>