Shades of Travertine #DFDBC6
Tints of Travertine #DFDBC6
RGB
CMYK
RGB Variations
Color information
#DFDBC6 (or 0xDFDBC6) is known color: Travertine. HEX triplet: DF, DB and C6. RGB value is (223,219,198). Sum of RGB (Red+Green+Blue) = 223+219+198=640 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.84% from 640); Green value is 219 (85.94% from 255 or 34.22% from 640); Blue value is 198 (77.73% from 255 or 30.94% from 640); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDBC6 is #202439. Grayscale: #D9D9D9. Windows color (decimal): -2106426 or 13032415. OLE color: 13032415.
HSL color Cylindrical-coordinate representation of color #DFDBC6: hue angle of 50.4º degrees, saturation: 0.28, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFDBC6 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 198 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.13 |
| HSL | 50.4º | 0.28% | 0.83% | - |
| HSV(B) | 50.4º | 0.11% | 0.87% | - |
| XYZ | 65.96 | 70.43 | 63.54 | - |
| YUV | 217.8 | 116.83 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 198 | 0 | 0.02 | 0.11 | 0.13 | 50.4 | 0.28 | 0.83 |
| Hex | DF | DB | C6 | 0 | 2 | B | D | 32 | 1C | 53 |
| Octal | 337 | 333 | 306 | 0 | 2 | 13 | 15 | 62 | 34 | 123 |
| Binary | 11011111 | 11011011 | 11000110 | 0 | 10 | 1011 | 1101 | 110010 | 11100 | 1010011 |
Color Harmonies of #DFDBC6
Complementary color
Monochromatic Colors of #DFDBC6
Black with #DFDBC6
Text Example
Text Example
White with #DFDBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDBC6; }
p { color: rgb(223,219,198); }
H1.HeaderClassName
{
color: #DFDBC6;
}
.AnyTagClassName
{
color: #DFDBC6;
}
</style>
background-color css
<style>
a { background-color: #DFDBC6; }
a { background-color: rgb(223,219,198); }
div.DivClassName
{
background-color: #DFDBC6;
}
.BgClassName
{
background-color: #DFDBC6;
}
</style>
border-color css
<style>
span { border-color: #DFDBC6; }
span { border-color: rgb(223,219,198); }
td.TdClassName
{
border-color: #DFDBC6;
}
.TagClassName
{
border-color: #DFDBC6;
}
</style>