Shades of Travertine #DFDCCA
Tints of Travertine #DFDCCA
RGB
CMYK
RGB Variations
Color information
#DFDCCA (or 0xDFDCCA) is known color: Travertine. HEX triplet: DF, DC and CA. RGB value is (223,220,202). Sum of RGB (Red+Green+Blue) = 223+220+202=645 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.57% from 645); Green value is 220 (86.33% from 255 or 34.11% from 645); Blue value is 202 (79.30% from 255 or 31.32% from 645); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDCCA is #202335. Grayscale: #DADADA. Windows color (decimal): -2106166 or 13294815. OLE color: 13294815.
HSL color Cylindrical-coordinate representation of color #DFDCCA: hue angle of 51.43º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFDCCA is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 220 | 202 | - |
CMYK | 0 | 0.01 | 0.09 | 0.13 |
HSL | 51.43º | 0.25% | 0.83% | - |
HSV(B) | 51.43º | 0.09% | 0.87% | - |
XYZ | 66.69 | 71.14 | 66.09 | - |
YUV | 218.85 | 118.49 | 130.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 220 | 202 | 0 | 0.01 | 0.09 | 0.13 | 51.43 | 0.25 | 0.83 |
Hex | DF | DC | CA | 0 | 1 | 9 | D | 33 | 19 | 53 |
Octal | 337 | 334 | 312 | 0 | 1 | 11 | 15 | 63 | 31 | 123 |
Binary | 11011111 | 11011100 | 11001010 | 0 | 1 | 1001 | 1101 | 110011 | 11001 | 1010011 |
Color Harmonies of #DFDCCA
Complementary color
Monochromatic Colors of #DFDCCA
Black with #DFDCCA
Text Example
Text Example
White with #DFDCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDCCA; }
p { color: rgb(223,220,202); }
H1.HeaderClassName
{
color: #DFDCCA;
}
.AnyTagClassName
{
color: #DFDCCA;
}
</style>
background-color css
<style>
a { background-color: #DFDCCA; }
a { background-color: rgb(223,220,202); }
div.DivClassName
{
background-color: #DFDCCA;
}
.BgClassName
{
background-color: #DFDCCA;
}
</style>
border-color css
<style>
span { border-color: #DFDCCA; }
span { border-color: rgb(223,220,202); }
td.TdClassName
{
border-color: #DFDCCA;
}
.TagClassName
{
border-color: #DFDCCA;
}
</style>