Html Css Color HEX #DFD9C5 Travertine

📋 copy color: '#DFD9C5'

red 223 ◦ green 217 ◦ blue 197

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

Shades of Travertine #DFD9C5

Tints of Travertine #DFD9C5

RGB

 RED value IS 223 (87.5% from 255) = 35.01%

 GREEN value IS 217 (85.16% from 255) = 34.07%

 BLUE value IS 197 (77.34% from 255) = 30.93%

R = 35.01%
G = 34.07%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DFD9C5 (or 0xDFD9C5) is known color: Travertine. HEX triplet: DF, D9 and C5. RGB value is (223,217,197). Sum of RGB (Red+Green+Blue) = 223+217+197=637 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.01% from 637); Green value is 217 (85.16% from 255 or 34.07% from 637); Blue value is 197 (77.34% from 255 or 30.93% from 637); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD9C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD9C5 is #20263A. Grayscale: #D8D8D8. Windows color (decimal): -2106939 or 12966367. OLE color: 12966367.

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

Color convert

RGB 223 217 197 -
CMYK 0 0.03 0.12 0.13
HSL 46.15º 0.29% 0.82% -
HSV(B) 46.15º 0.12% 0.87% -
XYZ 65.32 69.34 62.77 -
YUV 216.51 116.99 132.63 -
System Red Green Blue C M Y K H S L
Decimal 223 217 197 0 0.03 0.12 0.13 46.15 0.29 0.82
Hex DF D9 C5 0 3 C D 2E 1D 52
Octal 337 331 305 0 3 14 15 56 35 122
Binary 11011111 11011001 11000101 0 11 1100 1101 101110 11101 1010010

Color Harmonies of #DFD9C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD9C5

Black with #DFD9C5

Text Example


Text Example

White with #DFD9C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD9C5; }

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

 H1.HeaderClassName
 {
   color: #DFD9C5;
 }
 .AnyTagClassName
 {
   color: #DFD9C5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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