Shades of Travertine #DDDAC7
Tints of Travertine #DDDAC7
RGB
CMYK
RGB Variations
Color information
#DDDAC7 (or 0xDDDAC7) is known color: Travertine. HEX triplet: DD, DA and C7. RGB value is (221,218,199). Sum of RGB (Red+Green+Blue) = 221+218+199=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 218 (85.55% from 255 or 34.17% from 638); Blue value is 199 (78.12% from 255 or 31.19% from 638); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDAC7 is #222538. Grayscale: #D8D8D8. Windows color (decimal): -2237753 or 13097693. OLE color: 13097693.
HSL color Cylindrical-coordinate representation of color #DDDAC7: hue angle of 51.82º degrees, saturation: 0.24, 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 #DDDAC7 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 218 | 199 | - |
CMYK | 0 | 0.01 | 0.10 | 0.13 |
HSL | 51.82º | 0.24% | 0.82% | - |
HSV(B) | 51.82º | 0.1% | 0.87% | - |
XYZ | 65.2 | 69.64 | 64.04 | - |
YUV | 216.73 | 117.99 | 131.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 218 | 199 | 0 | 0.01 | 0.10 | 0.13 | 51.82 | 0.24 | 0.82 |
Hex | DD | DA | C7 | 0 | 1 | A | D | 34 | 18 | 52 |
Octal | 335 | 332 | 307 | 0 | 1 | 12 | 15 | 64 | 30 | 122 |
Binary | 11011101 | 11011010 | 11000111 | 0 | 1 | 1010 | 1101 | 110100 | 11000 | 1010010 |
Color Harmonies of #DDDAC7
Complementary color
Monochromatic Colors of #DDDAC7
Black with #DDDAC7
Text Example
Text Example
White with #DDDAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDAC7; }
p { color: rgb(221,218,199); }
H1.HeaderClassName
{
color: #DDDAC7;
}
.AnyTagClassName
{
color: #DDDAC7;
}
</style>
background-color css
<style>
a { background-color: #DDDAC7; }
a { background-color: rgb(221,218,199); }
div.DivClassName
{
background-color: #DDDAC7;
}
.BgClassName
{
background-color: #DDDAC7;
}
</style>
border-color css
<style>
span { border-color: #DDDAC7; }
span { border-color: rgb(221,218,199); }
td.TdClassName
{
border-color: #DDDAC7;
}
.TagClassName
{
border-color: #DDDAC7;
}
</style>