#DFD9C6

Color #DFD9C6 Travertine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Travertine #DFD9C6

Tints of Travertine #DFD9C6

Color information

#DFD9C6 (or 0xDFD9C6) is unknown color: approx Travertine. HEX triplet: DF, D9 and C6. RGB value is (223,217,198). Sum of RGB (Red+Green+Blue) = 223+217+198=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 217 (85.16% from 255 or 34.01% from 638); Blue value is 198 (77.73% from 255 or 31.03% from 638); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD9C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD9C6 is #202639. Grayscale: #D8D8D8. Windows color (decimal): -2106938 or 13031903. OLE color: 13031903.

HSL color Cylindrical-coordinate representation of color #DFD9C6: hue angle of 45.6º 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 #DFD9C6 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB223217198-
CMYK00.030.110.13
HSL45.6º28.09%82.55%-
HSV(B)45.6º11.21%87.45%-
XYZ65.4469.3963.37-
YUV216.63117.49132.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 34.95%
GREEN value IS 217 (85.16% from 255) = 34.01%
BLUE value IS 198 (77.73% from 255) = 31.03%
R=34.95%
G=34.01%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321719800.030.110.1345.628.0982.55
HexDFD9C603BD2e1c53
Octal3373313060313155634123
Binary11011111110110011100011001110111101101110111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD9C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD9C6; }

 p { color: rgb(223,217,198); }

 H1.HeaderClassName
 {
   color: #DFD9C6;
 }
 .AnyTagClassName
 {
   color: #DFD9C6;
 }
</style>
background-color css

<style>
 a { background-color: #DFD9C6; }

 a { background-color: rgb(223,217,198); }

 div.DivClassName
 {
   background-color: #DFD9C6;
 }
 .BgClassName
 {
   background-color: #DFD9C6;
 }
</style>
border-color css

<style>
 span { border-color: #DFD9C6; }

 span { border-color: rgb(223,217,198); }

 td.TdClassName
 {
   border-color: #DFD9C6;
 }
 .TagClassName
 {
   border-color: #DFD9C6;
 }
</style>