#DFDAC6

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

Shades of Travertine #DFDAC6

Tints of Travertine #DFDAC6

Color information

#DFDAC6 (or 0xDFDAC6) is unknown color: approx Travertine. HEX triplet: DF, DA and C6. RGB value is (223,218,198). Sum of RGB (Red+Green+Blue) = 223+218+198=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 218 (85.55% from 255 or 34.12% from 639); Blue value is 198 (77.73% from 255 or 30.99% from 639); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDAC6 is #202539. Grayscale: #D9D9D9. Windows color (decimal): -2106682 or 13032159. OLE color: 13032159.

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

Color convert

RGB223218198-
CMYK00.020.110.13
HSL48º28.09%82.55%-
HSV(B)48º11.21%87.45%-
XYZ65.769.9163.46-
YUV217.21117.16132.13-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.90%
GREEN value IS 218 (85.55% from 255) = 34.12%
BLUE value IS 198 (77.73% from 255) = 30.99%
R=34.90%
G=34.12%
B=30.99%

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
Decimal22321819800.020.110.134828.0982.55
HexDFDAC602BD301c53
Octal3373323060213156034123
Binary11011111110110101100011001010111101110000111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDAC6; }

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

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

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

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

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

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

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

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