#DFDBC4

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

Shades of Travertine #DFDBC4

Tints of Travertine #DFDBC4

Color information

#DFDBC4 (or 0xDFDBC4) is unknown color: approx Travertine. HEX triplet: DF, DB and C4. RGB value is (223,219,196). Sum of RGB (Red+Green+Blue) = 223+219+196=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 219 (85.94% from 255 or 34.33% from 638); Blue value is 196 (76.95% from 255 or 30.72% from 638); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDBC4 is #20243B. Grayscale: #D9D9D9. Windows color (decimal): -2106428 or 12901343. OLE color: 12901343.

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

Color convert

RGB223219196-
CMYK00.020.120.13
HSL51.11º29.67%82.16%-
HSV(B)51.11º12.11%87.45%-
XYZ65.7370.3462.34-
YUV217.57115.83131.87-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.95%
GREEN value IS 219 (85.94% from 255) = 34.33%
BLUE value IS 196 (76.95% from 255) = 30.72%
R=34.95%
G=34.33%
B=30.72%

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
Decimal22321919600.020.120.1351.1129.6782.16
HexDFDBC402CD331e52
Octal3373333040214156336122
Binary11011111110110111100010001011001101110011111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDBC4; }

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

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

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

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

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

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

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

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