Shades of Travertine #DFDCCB
Tints of Travertine #DFDCCB
RGB
CMYK
RGB Variations
Color information
#DFDCCB (or 0xDFDCCB) is known color: Travertine. HEX triplet: DF, DC and CB. RGB value is (223,220,203). Sum of RGB (Red+Green+Blue) = 223+220+203=646 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.52% from 646); Green value is 220 (86.33% from 255 or 34.06% from 646); Blue value is 203 (79.69% from 255 or 31.42% from 646); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDCCB is #202334. Grayscale: #DBDBDB. Windows color (decimal): -2106165 or 13360351. OLE color: 13360351.
HSL color Cylindrical-coordinate representation of color #DFDCCB: hue angle of 51º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFDCCB is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 203 | - |
| CMYK | 0 | 0.01 | 0.09 | 0.13 |
| HSL | 51º | 0.24% | 0.84% | - |
| HSV(B) | 51º | 0.09% | 0.87% | - |
| XYZ | 66.8 | 71.19 | 66.72 | - |
| YUV | 218.96 | 118.99 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 203 | 0 | 0.01 | 0.09 | 0.13 | 51 | 0.24 | 0.84 |
| Hex | DF | DC | CB | 0 | 1 | 9 | D | 33 | 18 | 54 |
| Octal | 337 | 334 | 313 | 0 | 1 | 11 | 15 | 63 | 30 | 124 |
| Binary | 11011111 | 11011100 | 11001011 | 0 | 1 | 1001 | 1101 | 110011 | 11000 | 1010100 |
Color Harmonies of #DFDCCB
Complementary color
Monochromatic Colors of #DFDCCB
Black with #DFDCCB
Text Example
Text Example
White with #DFDCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDCCB; }
p { color: rgb(223,220,203); }
H1.HeaderClassName
{
color: #DFDCCB;
}
.AnyTagClassName
{
color: #DFDCCB;
}
</style>
background-color css
<style>
a { background-color: #DFDCCB; }
a { background-color: rgb(223,220,203); }
div.DivClassName
{
background-color: #DFDCCB;
}
.BgClassName
{
background-color: #DFDCCB;
}
</style>
border-color css
<style>
span { border-color: #DFDCCB; }
span { border-color: rgb(223,220,203); }
td.TdClassName
{
border-color: #DFDCCB;
}
.TagClassName
{
border-color: #DFDCCB;
}
</style>