Shades of Travertine #DFDCC7
Tints of Travertine #DFDCC7
RGB
CMYK
RGB Variations
Color information
#DFDCC7 (or 0xDFDCC7) is known color: Travertine. HEX triplet: DF, DC and C7. RGB value is (223,220,199). Sum of RGB (Red+Green+Blue) = 223+220+199=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 220 (86.33% from 255 or 34.27% from 642); Blue value is 199 (78.12% from 255 or 31.00% from 642); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDCC7 is #202338. Grayscale: #DADADA. Windows color (decimal): -2106169 or 13098207. OLE color: 13098207.
HSL color Cylindrical-coordinate representation of color #DFDCC7: hue angle of 52.5º degrees, saturation: 0.27, 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 #DFDCC7 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 220 | 199 | - |
CMYK | 0 | 0.01 | 0.11 | 0.13 |
HSL | 52.5º | 0.27% | 0.83% | - |
HSV(B) | 52.5º | 0.11% | 0.87% | - |
XYZ | 66.33 | 71 | 64.24 | - |
YUV | 218.5 | 116.99 | 131.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 220 | 199 | 0 | 0.01 | 0.11 | 0.13 | 52.5 | 0.27 | 0.83 |
Hex | DF | DC | C7 | 0 | 1 | B | D | 34 | 1B | 53 |
Octal | 337 | 334 | 307 | 0 | 1 | 13 | 15 | 64 | 33 | 123 |
Binary | 11011111 | 11011100 | 11000111 | 0 | 1 | 1011 | 1101 | 110100 | 11011 | 1010011 |
Color Harmonies of #DFDCC7
Complementary color
Monochromatic Colors of #DFDCC7
Black with #DFDCC7
Text Example
Text Example
White with #DFDCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDCC7; }
p { color: rgb(223,220,199); }
H1.HeaderClassName
{
color: #DFDCC7;
}
.AnyTagClassName
{
color: #DFDCC7;
}
</style>
background-color css
<style>
a { background-color: #DFDCC7; }
a { background-color: rgb(223,220,199); }
div.DivClassName
{
background-color: #DFDCC7;
}
.BgClassName
{
background-color: #DFDCC7;
}
</style>
border-color css
<style>
span { border-color: #DFDCC7; }
span { border-color: rgb(223,220,199); }
td.TdClassName
{
border-color: #DFDCC7;
}
.TagClassName
{
border-color: #DFDCC7;
}
</style>