#DFDAC5

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

Shades of Travertine #DFDAC5

Tints of Travertine #DFDAC5

Color information

#DFDAC5 (or 0xDFDAC5) is unknown color: approx Travertine. HEX triplet: DF, DA and C5. RGB value is (223,218,197). Sum of RGB (Red+Green+Blue) = 223+218+197=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 218 (85.55% from 255 or 34.17% from 638); Blue value is 197 (77.34% from 255 or 30.88% from 638); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDAC5 is #20253A. Grayscale: #D9D9D9. Windows color (decimal): -2106683 or 12966623. OLE color: 12966623.

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

Color convert

RGB223218197-
CMYK00.020.120.13
HSL48.46º28.89%82.35%-
HSV(B)48.46º11.66%87.45%-
XYZ65.5869.8662.85-
YUV217.1116.66132.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.95%
GREEN value IS 218 (85.55% from 255) = 34.17%
BLUE value IS 197 (77.34% from 255) = 30.88%
R=34.95%
G=34.17%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321819700.020.120.1348.4628.8982.35
HexDFDAC502CD301d52
Octal3373323050214156035122
Binary11011111110110101100010101011001101110000111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDAC5; }

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

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

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

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

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

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

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

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