#DFDCC8

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

Shades of Travertine #DFDCC8

Tints of Travertine #DFDCC8

Color information

#DFDCC8 (or 0xDFDCC8) is unknown color: approx Travertine. HEX triplet: DF, DC and C8. RGB value is (223,220,200). Sum of RGB (Red+Green+Blue) = 223+220+200=643 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.68% from 643); Green value is 220 (86.33% from 255 or 34.21% from 643); Blue value is 200 (78.52% from 255 or 31.10% from 643); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDCC8 is #202337. Grayscale: #DADADA. Windows color (decimal): -2106168 or 13163743. OLE color: 13163743.

HSL color Cylindrical-coordinate representation of color #DFDCC8: hue angle of 52.17º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFDCC8 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB223220200-
CMYK00.010.100.13
HSL52.17º26.44%82.94%-
HSV(B)52.17º10.31%87.45%-
XYZ66.4571.0464.85-
YUV218.62117.49131.13-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.68%
GREEN value IS 220 (86.33% from 255) = 34.21%
BLUE value IS 200 (78.52% from 255) = 31.10%
R=34.68%
G=34.21%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322020000.010.100.1352.1726.4482.94
HexDFDCC801AD341a53
Octal3373343100112156432123
Binary1101111111011100110010000110101101110100110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDCC8; }

 p { color: rgb(223,220,200); }

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

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

 a { background-color: rgb(223,220,200); }

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

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

 span { border-color: rgb(223,220,200); }

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