Shades of Travertine #DFDBC5
Tints of Travertine #DFDBC5
RGB
CMYK
RGB Variations
Color information
#DFDBC5 (or 0xDFDBC5) is known color: Travertine. HEX triplet: DF, DB and C5. RGB value is (223,219,197). Sum of RGB (Red+Green+Blue) = 223+219+197=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 219 (85.94% from 255 or 34.27% from 639); Blue value is 197 (77.34% from 255 or 30.83% from 639); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDBC5 is #20243A. Grayscale: #D9D9D9. Windows color (decimal): -2106427 or 12966879. OLE color: 12966879.
HSL color Cylindrical-coordinate representation of color #DFDBC5: hue angle of 50.77º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFDBC5 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 197 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.13 |
| HSL | 50.77º | 0.29% | 0.82% | - |
| HSV(B) | 50.77º | 0.12% | 0.87% | - |
| XYZ | 65.84 | 70.38 | 62.94 | - |
| YUV | 217.69 | 116.33 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 197 | 0 | 0.02 | 0.12 | 0.13 | 50.77 | 0.29 | 0.82 |
| Hex | DF | DB | C5 | 0 | 2 | C | D | 33 | 1D | 52 |
| Octal | 337 | 333 | 305 | 0 | 2 | 14 | 15 | 63 | 35 | 122 |
| Binary | 11011111 | 11011011 | 11000101 | 0 | 10 | 1100 | 1101 | 110011 | 11101 | 1010010 |
Color Harmonies of #DFDBC5
Complementary color
Monochromatic Colors of #DFDBC5
Black with #DFDBC5
Text Example
Text Example
White with #DFDBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDBC5; }
p { color: rgb(223,219,197); }
H1.HeaderClassName
{
color: #DFDBC5;
}
.AnyTagClassName
{
color: #DFDBC5;
}
</style>
background-color css
<style>
a { background-color: #DFDBC5; }
a { background-color: rgb(223,219,197); }
div.DivClassName
{
background-color: #DFDBC5;
}
.BgClassName
{
background-color: #DFDBC5;
}
</style>
border-color css
<style>
span { border-color: #DFDBC5; }
span { border-color: rgb(223,219,197); }
td.TdClassName
{
border-color: #DFDBC5;
}
.TagClassName
{
border-color: #DFDBC5;
}
</style>