#DDD8C4

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

Shades of Travertine #DDD8C4

Tints of Travertine #DDD8C4

Color information

#DDD8C4 (or 0xDDD8C4) is unknown color: approx Travertine. HEX triplet: DD, D8 and C4. RGB value is (221,216,196). Sum of RGB (Red+Green+Blue) = 221+216+196=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 216 (84.77% from 255 or 34.12% from 633); Blue value is 196 (76.95% from 255 or 30.96% from 633); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD8C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD8C4 is #22273B. Grayscale: #D7D7D7. Windows color (decimal): -2238268 or 12900573. OLE color: 12900573.

HSL color Cylindrical-coordinate representation of color #DDD8C4: hue angle of 48º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDD8C4 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB221216196-
CMYK00.020.110.13
HSL48º26.88%81.76%-
HSV(B)48º11.31%86.67%-
XYZ64.3468.4762.05-
YUV215.21117.16132.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.91%
GREEN value IS 216 (84.77% from 255) = 34.12%
BLUE value IS 196 (76.95% from 255) = 30.96%
R=34.91%
G=34.12%
B=30.96%

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
Decimal22121619600.020.110.134826.8881.76
HexDDD8C402BD301b52
Octal3353303040213156033122
Binary11011101110110001100010001010111101110000110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD8C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD8C4; }

 p { color: rgb(221,216,196); }

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

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

 a { background-color: rgb(221,216,196); }

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

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

 span { border-color: rgb(221,216,196); }

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