#DFD9C4

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

Shades of Travertine #DFD9C4

Tints of Travertine #DFD9C4

Color information

#DFD9C4 (or 0xDFD9C4) is unknown color: approx Travertine. HEX triplet: DF, D9 and C4. RGB value is (223,217,196). Sum of RGB (Red+Green+Blue) = 223+217+196=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 217 (85.16% from 255 or 34.12% from 636); Blue value is 196 (76.95% from 255 or 30.82% from 636); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD9C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD9C4 is #20263B. Grayscale: #D8D8D8. Windows color (decimal): -2106940 or 12900831. OLE color: 12900831.

HSL color Cylindrical-coordinate representation of color #DFD9C4: hue angle of 46.67º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFD9C4 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB223217196-
CMYK00.030.120.13
HSL46.67º29.67%82.16%-
HSV(B)46.67º12.11%87.45%-
XYZ65.2169.362.16-
YUV216.4116.49132.71-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.06%
GREEN value IS 217 (85.16% from 255) = 34.12%
BLUE value IS 196 (76.95% from 255) = 30.82%
R=35.06%
G=34.12%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321719600.030.120.1346.6729.6782.16
HexDFD9C403CD2f1e52
Octal3373313040314155736122
Binary11011111110110011100010001111001101101111111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD9C4; }

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

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

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

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

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

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

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

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