#DCD8C5

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

Shades of Travertine #DCD8C5

Tints of Travertine #DCD8C5

Color information

#DCD8C5 (or 0xDCD8C5) is unknown color: approx Travertine. HEX triplet: DC, D8 and C5. RGB value is (220,216,197). Sum of RGB (Red+Green+Blue) = 220+216+197=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 216 (84.77% from 255 or 34.12% from 633); Blue value is 197 (77.34% from 255 or 31.12% from 633); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD8C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD8C5 is #23273A. Grayscale: #D7D7D7. Windows color (decimal): -2303803 or 12966108. OLE color: 12966108.

HSL color Cylindrical-coordinate representation of color #DCD8C5: hue angle of 49.57º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCD8C5 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB220216197-
CMYK00.020.100.14
HSL49.57º24.73%81.76%-
HSV(B)49.57º10.45%86.27%-
XYZ64.1568.3662.64-
YUV215.03117.83131.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.76%
GREEN value IS 216 (84.77% from 255) = 34.12%
BLUE value IS 197 (77.34% from 255) = 31.12%
R=34.76%
G=34.12%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021619700.020.100.1449.5724.7381.76
HexDCD8C502AE321952
Octal3343303050212166231122
Binary11011100110110001100010101010101110110010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD8C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD8C5; }

 p { color: rgb(220,216,197); }

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

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

 a { background-color: rgb(220,216,197); }

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

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

 span { border-color: rgb(220,216,197); }

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