Shades of Travertine #DFDAC6
Tints of Travertine #DFDAC6
RGB
CMYK
RGB Variations
Color information
#DFDAC6 (or 0xDFDAC6) is known color: Travertine. HEX triplet: DF, DA and C6. RGB value is (223,218,198). Sum of RGB (Red+Green+Blue) = 223+218+198=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 218 (85.55% from 255 or 34.12% from 639); Blue value is 198 (77.73% from 255 or 30.99% from 639); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDAC6 is #202539. Grayscale: #D9D9D9. Windows color (decimal): -2106682 or 13032159. OLE color: 13032159.
HSL color Cylindrical-coordinate representation of color #DFDAC6: hue angle of 48º 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 #DFDAC6 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 218 | 198 | - |
CMYK | 0 | 0.02 | 0.11 | 0.13 |
HSL | 48º | 0.28% | 0.83% | - |
HSV(B) | 48º | 0.11% | 0.87% | - |
XYZ | 65.7 | 69.91 | 63.46 | - |
YUV | 217.22 | 117.16 | 132.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 218 | 198 | 0 | 0.02 | 0.11 | 0.13 | 48 | 0.28 | 0.83 |
Hex | DF | DA | C6 | 0 | 2 | B | D | 30 | 1C | 53 |
Octal | 337 | 332 | 306 | 0 | 2 | 13 | 15 | 60 | 34 | 123 |
Binary | 11011111 | 11011010 | 11000110 | 0 | 10 | 1011 | 1101 | 110000 | 11100 | 1010011 |
Color Harmonies of #DFDAC6
Complementary color
Monochromatic Colors of #DFDAC6
Black with #DFDAC6
Text Example
Text Example
White with #DFDAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDAC6; }
p { color: rgb(223,218,198); }
H1.HeaderClassName
{
color: #DFDAC6;
}
.AnyTagClassName
{
color: #DFDAC6;
}
</style>
background-color css
<style>
a { background-color: #DFDAC6; }
a { background-color: rgb(223,218,198); }
div.DivClassName
{
background-color: #DFDAC6;
}
.BgClassName
{
background-color: #DFDAC6;
}
</style>
border-color css
<style>
span { border-color: #DFDAC6; }
span { border-color: rgb(223,218,198); }
td.TdClassName
{
border-color: #DFDAC6;
}
.TagClassName
{
border-color: #DFDAC6;
}
</style>