Html Css Color HEX #DDD8C4 Travertine

📋 copy color: '#DDD8C4'

red 221 ◦ green 216 ◦ blue 196

#DDD8C4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Travertine #DDD8C4

Tints of Travertine #DDD8C4

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 value IS 0

 M value IS 0.02

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DDD8C4 (or 0xDDD8C4) is known color: 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

RGB 221 216 196 -
CMYK 0 0.02 0.11 0.13
HSL 48º 0.27% 0.82% -
HSV(B) 48º 0.11% 0.87% -
XYZ 64.34 68.47 62.05 -
YUV 215.22 117.16 132.13 -
System Red Green Blue C M Y K H S L
Decimal 221 216 196 0 0.02 0.11 0.13 48 0.27 0.82
Hex DD D8 C4 0 2 B D 30 1B 52
Octal 335 330 304 0 2 13 15 60 33 122
Binary 11011101 11011000 11000100 0 10 1011 1101 110000 11011 1010010

Color Harmonies of #DDD8C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD8C4

Black with #DDD8C4

Text Example


Text Example

White with #DDD8C4

Text Example


Text Example

HTML Codes & Css Web 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>