Shades of Travertine #DFDBC7
Tints of Travertine #DFDBC7
RGB
CMYK
RGB Variations
Color information
#DFDBC7 (or 0xDFDBC7) is known color: Travertine. HEX triplet: DF, DB and C7. RGB value is (223,219,199). Sum of RGB (Red+Green+Blue) = 223+219+199=641 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.79% from 641); Green value is 219 (85.94% from 255 or 34.17% from 641); Blue value is 199 (78.12% from 255 or 31.05% from 641); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDBC7 is #202438. Grayscale: #D9D9D9. Windows color (decimal): -2106425 or 13097951. OLE color: 13097951.
HSL color Cylindrical-coordinate representation of color #DFDBC7: hue angle of 50º 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 #DFDBC7 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 219 | 199 | - |
CMYK | 0 | 0.02 | 0.11 | 0.13 |
HSL | 50º | 0.27% | 0.83% | - |
HSV(B) | 50º | 0.11% | 0.87% | - |
XYZ | 66.07 | 70.47 | 64.15 | - |
YUV | 217.92 | 117.33 | 131.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 219 | 199 | 0 | 0.02 | 0.11 | 0.13 | 50 | 0.27 | 0.83 |
Hex | DF | DB | C7 | 0 | 2 | B | D | 32 | 1B | 53 |
Octal | 337 | 333 | 307 | 0 | 2 | 13 | 15 | 62 | 33 | 123 |
Binary | 11011111 | 11011011 | 11000111 | 0 | 10 | 1011 | 1101 | 110010 | 11011 | 1010011 |
Color Harmonies of #DFDBC7
Complementary color
Monochromatic Colors of #DFDBC7
Black with #DFDBC7
Text Example
Text Example
White with #DFDBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDBC7; }
p { color: rgb(223,219,199); }
H1.HeaderClassName
{
color: #DFDBC7;
}
.AnyTagClassName
{
color: #DFDBC7;
}
</style>
background-color css
<style>
a { background-color: #DFDBC7; }
a { background-color: rgb(223,219,199); }
div.DivClassName
{
background-color: #DFDBC7;
}
.BgClassName
{
background-color: #DFDBC7;
}
</style>
border-color css
<style>
span { border-color: #DFDBC7; }
span { border-color: rgb(223,219,199); }
td.TdClassName
{
border-color: #DFDBC7;
}
.TagClassName
{
border-color: #DFDBC7;
}
</style>