Shades of Travertine #DFDBC8
Tints of Travertine #DFDBC8
RGB
CMYK
RGB Variations
Color information
#DFDBC8 (or 0xDFDBC8) is known color: Travertine. HEX triplet: DF, DB and C8. RGB value is (223,219,200). Sum of RGB (Red+Green+Blue) = 223+219+200=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 219 (85.94% from 255 or 34.11% from 642); Blue value is 200 (78.52% from 255 or 31.15% from 642); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDBC8 is #202437. Grayscale: #DADADA. Windows color (decimal): -2106424 or 13163487. OLE color: 13163487.
HSL color Cylindrical-coordinate representation of color #DFDBC8: hue angle of 49.57º 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 #DFDBC8 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 200 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.13 |
| HSL | 49.57º | 0.26% | 0.83% | - |
| HSV(B) | 49.57º | 0.1% | 0.87% | - |
| XYZ | 66.19 | 70.52 | 64.77 | - |
| YUV | 218.03 | 117.83 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 200 | 0 | 0.02 | 0.10 | 0.13 | 49.57 | 0.26 | 0.83 |
| Hex | DF | DB | C8 | 0 | 2 | A | D | 32 | 1A | 53 |
| Octal | 337 | 333 | 310 | 0 | 2 | 12 | 15 | 62 | 32 | 123 |
| Binary | 11011111 | 11011011 | 11001000 | 0 | 10 | 1010 | 1101 | 110010 | 11010 | 1010011 |
Color Harmonies of #DFDBC8
Complementary color
Monochromatic Colors of #DFDBC8
Black with #DFDBC8
Text Example
Text Example
White with #DFDBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDBC8; }
p { color: rgb(223,219,200); }
H1.HeaderClassName
{
color: #DFDBC8;
}
.AnyTagClassName
{
color: #DFDBC8;
}
</style>
background-color css
<style>
a { background-color: #DFDBC8; }
a { background-color: rgb(223,219,200); }
div.DivClassName
{
background-color: #DFDBC8;
}
.BgClassName
{
background-color: #DFDBC8;
}
</style>
border-color css
<style>
span { border-color: #DFDBC8; }
span { border-color: rgb(223,219,200); }
td.TdClassName
{
border-color: #DFDBC8;
}
.TagClassName
{
border-color: #DFDBC8;
}
</style>