#DFDBC6

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

Shades of Travertine #DFDBC6

Tints of Travertine #DFDBC6

Color information

#DFDBC6 (or 0xDFDBC6) is unknown color: approx Travertine. HEX triplet: DF, DB and C6. RGB value is (223,219,198). Sum of RGB (Red+Green+Blue) = 223+219+198=640 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.84% from 640); Green value is 219 (85.94% from 255 or 34.22% from 640); Blue value is 198 (77.73% from 255 or 30.94% from 640); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDBC6 is #202439. Grayscale: #D9D9D9. Windows color (decimal): -2106426 or 13032415. OLE color: 13032415.

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

Color convert

RGB223219198-
CMYK00.020.110.13
HSL50.4º28.09%82.55%-
HSV(B)50.4º11.21%87.45%-
XYZ65.9670.4363.54-
YUV217.8116.83131.71-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.84%
GREEN value IS 219 (85.94% from 255) = 34.22%
BLUE value IS 198 (77.73% from 255) = 30.94%
R=34.84%
G=34.22%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321919800.020.110.1350.428.0982.55
HexDFDBC602BD321c53
Octal3373333060213156234123
Binary11011111110110111100011001010111101110010111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDBC6; }

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

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

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

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

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

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

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

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