Shades of Travertine #DFDAC8
Tints of Travertine #DFDAC8
RGB
CMYK
RGB Variations
Color information
#DFDAC8 (or 0xDFDAC8) is known color: Travertine. HEX triplet: DF, DA and C8. RGB value is (223,218,200). Sum of RGB (Red+Green+Blue) = 223+218+200=641 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.79% from 641); Green value is 218 (85.55% from 255 or 34.01% from 641); Blue value is 200 (78.52% from 255 or 31.20% from 641); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDAC8 is #202537. Grayscale: #D9D9D9. Windows color (decimal): -2106680 or 13163231. OLE color: 13163231.
HSL color Cylindrical-coordinate representation of color #DFDAC8: hue angle of 46.96º degrees, saturation: 0.26, 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 #DFDAC8 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 200 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.13 |
| HSL | 46.96º | 0.26% | 0.83% | - |
| HSV(B) | 46.96º | 0.1% | 0.87% | - |
| XYZ | 65.93 | 70 | 64.68 | - |
| YUV | 217.44 | 118.16 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 200 | 0 | 0.02 | 0.10 | 0.13 | 46.96 | 0.26 | 0.83 |
| Hex | DF | DA | C8 | 0 | 2 | A | D | 2F | 1A | 53 |
| Octal | 337 | 332 | 310 | 0 | 2 | 12 | 15 | 57 | 32 | 123 |
| Binary | 11011111 | 11011010 | 11001000 | 0 | 10 | 1010 | 1101 | 101111 | 11010 | 1010011 |
Color Harmonies of #DFDAC8
Complementary color
Monochromatic Colors of #DFDAC8
Black with #DFDAC8
Text Example
Text Example
White with #DFDAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDAC8; }
p { color: rgb(223,218,200); }
H1.HeaderClassName
{
color: #DFDAC8;
}
.AnyTagClassName
{
color: #DFDAC8;
}
</style>
background-color css
<style>
a { background-color: #DFDAC8; }
a { background-color: rgb(223,218,200); }
div.DivClassName
{
background-color: #DFDAC8;
}
.BgClassName
{
background-color: #DFDAC8;
}
</style>
border-color css
<style>
span { border-color: #DFDAC8; }
span { border-color: rgb(223,218,200); }
td.TdClassName
{
border-color: #DFDAC8;
}
.TagClassName
{
border-color: #DFDAC8;
}
</style>