Shades of Travertine #DFDBC4
Tints of Travertine #DFDBC4
RGB
CMYK
RGB Variations
Color information
#DFDBC4 (or 0xDFDBC4) is known color: Travertine. HEX triplet: DF, DB and C4. RGB value is (223,219,196). Sum of RGB (Red+Green+Blue) = 223+219+196=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 219 (85.94% from 255 or 34.33% from 638); Blue value is 196 (76.95% from 255 or 30.72% from 638); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDBC4 is #20243B. Grayscale: #D9D9D9. Windows color (decimal): -2106428 or 12901343. OLE color: 12901343.
HSL color Cylindrical-coordinate representation of color #DFDBC4: hue angle of 51.11º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFDBC4 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 196 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.13 |
| HSL | 51.11º | 0.3% | 0.82% | - |
| HSV(B) | 51.11º | 0.12% | 0.87% | - |
| XYZ | 65.73 | 70.34 | 62.34 | - |
| YUV | 217.57 | 115.83 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 196 | 0 | 0.02 | 0.12 | 0.13 | 51.11 | 0.3 | 0.82 |
| Hex | DF | DB | C4 | 0 | 2 | C | D | 33 | 1E | 52 |
| Octal | 337 | 333 | 304 | 0 | 2 | 14 | 15 | 63 | 36 | 122 |
| Binary | 11011111 | 11011011 | 11000100 | 0 | 10 | 1100 | 1101 | 110011 | 11110 | 1010010 |
Color Harmonies of #DFDBC4
Complementary color
Monochromatic Colors of #DFDBC4
Black with #DFDBC4
Text Example
Text Example
White with #DFDBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDBC4; }
p { color: rgb(223,219,196); }
H1.HeaderClassName
{
color: #DFDBC4;
}
.AnyTagClassName
{
color: #DFDBC4;
}
</style>
background-color css
<style>
a { background-color: #DFDBC4; }
a { background-color: rgb(223,219,196); }
div.DivClassName
{
background-color: #DFDBC4;
}
.BgClassName
{
background-color: #DFDBC4;
}
</style>
border-color css
<style>
span { border-color: #DFDBC4; }
span { border-color: rgb(223,219,196); }
td.TdClassName
{
border-color: #DFDBC4;
}
.TagClassName
{
border-color: #DFDBC4;
}
</style>