Shades of Travertine #DFDAC2
Tints of Travertine #DFDAC2
RGB
CMYK
RGB Variations
Color information
#DFDAC2 (or 0xDFDAC2) is known color: Travertine. HEX triplet: DF, DA and C2. RGB value is (223,218,194). Sum of RGB (Red+Green+Blue) = 223+218+194=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 218 (85.55% from 255 or 34.33% from 635); Blue value is 194 (76.17% from 255 or 30.55% from 635); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDAC2 is #20253D. Grayscale: #D8D8D8. Windows color (decimal): -2106686 or 12770015. OLE color: 12770015.
HSL color Cylindrical-coordinate representation of color #DFDAC2: hue angle of 49.66º degrees, saturation: 0.31, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFDAC2 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 194 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.13 |
| HSL | 49.66º | 0.31% | 0.82% | - |
| HSV(B) | 49.66º | 0.13% | 0.87% | - |
| XYZ | 65.24 | 69.73 | 61.06 | - |
| YUV | 216.76 | 115.16 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 194 | 0 | 0.02 | 0.13 | 0.13 | 49.66 | 0.31 | 0.82 |
| Hex | DF | DA | C2 | 0 | 2 | D | D | 32 | 1F | 52 |
| Octal | 337 | 332 | 302 | 0 | 2 | 15 | 15 | 62 | 37 | 122 |
| Binary | 11011111 | 11011010 | 11000010 | 0 | 10 | 1101 | 1101 | 110010 | 11111 | 1010010 |
Color Harmonies of #DFDAC2
Complementary color
Monochromatic Colors of #DFDAC2
Black with #DFDAC2
Text Example
Text Example
White with #DFDAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDAC2; }
p { color: rgb(223,218,194); }
H1.HeaderClassName
{
color: #DFDAC2;
}
.AnyTagClassName
{
color: #DFDAC2;
}
</style>
background-color css
<style>
a { background-color: #DFDAC2; }
a { background-color: rgb(223,218,194); }
div.DivClassName
{
background-color: #DFDAC2;
}
.BgClassName
{
background-color: #DFDAC2;
}
</style>
border-color css
<style>
span { border-color: #DFDAC2; }
span { border-color: rgb(223,218,194); }
td.TdClassName
{
border-color: #DFDAC2;
}
.TagClassName
{
border-color: #DFDAC2;
}
</style>