Shades of Travertine #DFDCC8
Tints of Travertine #DFDCC8
RGB
CMYK
RGB Variations
Color information
#DFDCC8 (or 0xDFDCC8) is known color: Travertine. HEX triplet: DF, DC and C8. RGB value is (223,220,200). Sum of RGB (Red+Green+Blue) = 223+220+200=643 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.68% from 643); Green value is 220 (86.33% from 255 or 34.21% from 643); Blue value is 200 (78.52% from 255 or 31.10% from 643); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDCC8 is #202337. Grayscale: #DADADA. Windows color (decimal): -2106168 or 13163743. OLE color: 13163743.
HSL color Cylindrical-coordinate representation of color #DFDCC8: hue angle of 52.17º 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 #DFDCC8 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 200 | - |
| CMYK | 0 | 0.01 | 0.10 | 0.13 |
| HSL | 52.17º | 0.26% | 0.83% | - |
| HSV(B) | 52.17º | 0.1% | 0.87% | - |
| XYZ | 66.45 | 71.04 | 64.85 | - |
| YUV | 218.62 | 117.49 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 200 | 0 | 0.01 | 0.10 | 0.13 | 52.17 | 0.26 | 0.83 |
| Hex | DF | DC | C8 | 0 | 1 | A | D | 34 | 1A | 53 |
| Octal | 337 | 334 | 310 | 0 | 1 | 12 | 15 | 64 | 32 | 123 |
| Binary | 11011111 | 11011100 | 11001000 | 0 | 1 | 1010 | 1101 | 110100 | 11010 | 1010011 |
Color Harmonies of #DFDCC8
Complementary color
Monochromatic Colors of #DFDCC8
Black with #DFDCC8
Text Example
Text Example
White with #DFDCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDCC8; }
p { color: rgb(223,220,200); }
H1.HeaderClassName
{
color: #DFDCC8;
}
.AnyTagClassName
{
color: #DFDCC8;
}
</style>
background-color css
<style>
a { background-color: #DFDCC8; }
a { background-color: rgb(223,220,200); }
div.DivClassName
{
background-color: #DFDCC8;
}
.BgClassName
{
background-color: #DFDCC8;
}
</style>
border-color css
<style>
span { border-color: #DFDCC8; }
span { border-color: rgb(223,220,200); }
td.TdClassName
{
border-color: #DFDCC8;
}
.TagClassName
{
border-color: #DFDCC8;
}
</style>