Html Css Color HEX #DFD9C6 Travertine

📋 copy color: '#DFD9C6'

red 223 ◦ green 217 ◦ blue 198

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

Shades of Travertine #DFD9C6

Tints of Travertine #DFD9C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 31.03%

R = 34.95%
G = 34.01%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DFD9C6 (or 0xDFD9C6) is known color: Travertine. HEX triplet: DF, D9 and C6. RGB value is (223,217,198). Sum of RGB (Red+Green+Blue) = 223+217+198=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 217 (85.16% from 255 or 34.01% from 638); Blue value is 198 (77.73% from 255 or 31.03% from 638); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD9C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD9C6 is #202639. Grayscale: #D8D8D8. Windows color (decimal): -2106938 or 13031903. OLE color: 13031903.

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

Color convert

RGB 223 217 198 -
CMYK 0 0.03 0.11 0.13
HSL 45.6º 0.28% 0.83% -
HSV(B) 45.6º 0.11% 0.87% -
XYZ 65.44 69.39 63.37 -
YUV 216.63 117.49 132.54 -
System Red Green Blue C M Y K H S L
Decimal 223 217 198 0 0.03 0.11 0.13 45.6 0.28 0.83
Hex DF D9 C6 0 3 B D 2E 1C 53
Octal 337 331 306 0 3 13 15 56 34 123
Binary 11011111 11011001 11000110 0 11 1011 1101 101110 11100 1010011

Color Harmonies of #DFD9C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD9C6

Black with #DFD9C6

Text Example


Text Example

White with #DFD9C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD9C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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