#DFDBC8

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

Shades of Travertine #DFDBC8

Tints of Travertine #DFDBC8

Color information

#DFDBC8 (or 0xDFDBC8) is unknown color: approx Travertine. HEX triplet: DF, DB and C8. RGB value is (223,219,200). Sum of RGB (Red+Green+Blue) = 223+219+200=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 219 (85.94% from 255 or 34.11% from 642); Blue value is 200 (78.52% from 255 or 31.15% from 642); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDBC8 is #202437. Grayscale: #DADADA. Windows color (decimal): -2106424 or 13163487. OLE color: 13163487.

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

Color convert

RGB223219200-
CMYK00.020.100.13
HSL49.57º26.44%82.94%-
HSV(B)49.57º10.31%87.45%-
XYZ66.1970.5264.77-
YUV218.03117.83131.54-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.74%
GREEN value IS 219 (85.94% from 255) = 34.11%
BLUE value IS 200 (78.52% from 255) = 31.15%
R=34.74%
G=34.11%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321920000.020.100.1349.5726.4482.94
HexDFDBC802AD321a53
Octal3373333100212156232123
Binary11011111110110111100100001010101101110010110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDBC8; }

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

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

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

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

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

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

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

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