Shades of Travertine #DFDAC3
Tints of Travertine #DFDAC3
RGB
CMYK
RGB Variations
Color information
#DFDAC3 (or 0xDFDAC3) is known color: Travertine. HEX triplet: DF, DA and C3. RGB value is (223,218,195). Sum of RGB (Red+Green+Blue) = 223+218+195=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 218 (85.55% from 255 or 34.28% from 636); Blue value is 195 (76.56% from 255 or 30.66% from 636); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDAC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDAC3 is #20253C. Grayscale: #D8D8D8. Windows color (decimal): -2106685 or 12835551. OLE color: 12835551.
HSL color Cylindrical-coordinate representation of color #DFDAC3: hue angle of 49.29º degrees, saturation: 0.3, 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 #DFDAC3 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 218 | 195 | - |
CMYK | 0 | 0.02 | 0.13 | 0.13 |
HSL | 49.29º | 0.3% | 0.82% | - |
HSV(B) | 49.29º | 0.13% | 0.87% | - |
XYZ | 65.35 | 69.77 | 61.65 | - |
YUV | 216.87 | 115.66 | 132.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 218 | 195 | 0 | 0.02 | 0.13 | 0.13 | 49.29 | 0.3 | 0.82 |
Hex | DF | DA | C3 | 0 | 2 | D | D | 31 | 1E | 52 |
Octal | 337 | 332 | 303 | 0 | 2 | 15 | 15 | 61 | 36 | 122 |
Binary | 11011111 | 11011010 | 11000011 | 0 | 10 | 1101 | 1101 | 110001 | 11110 | 1010010 |
Color Harmonies of #DFDAC3
Complementary color
Monochromatic Colors of #DFDAC3
Black with #DFDAC3
Text Example
Text Example
White with #DFDAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDAC3; }
p { color: rgb(223,218,195); }
H1.HeaderClassName
{
color: #DFDAC3;
}
.AnyTagClassName
{
color: #DFDAC3;
}
</style>
background-color css
<style>
a { background-color: #DFDAC3; }
a { background-color: rgb(223,218,195); }
div.DivClassName
{
background-color: #DFDAC3;
}
.BgClassName
{
background-color: #DFDAC3;
}
</style>
border-color css
<style>
span { border-color: #DFDAC3; }
span { border-color: rgb(223,218,195); }
td.TdClassName
{
border-color: #DFDAC3;
}
.TagClassName
{
border-color: #DFDAC3;
}
</style>