Html Css Color HEX #DFDCC9 Travertine

📋 copy color: '#DFDCC9'

red 223 ◦ green 220 ◦ blue 201

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

Shades of Travertine #DFDCC9

Tints of Travertine #DFDCC9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.16%

 BLUE value IS 201 (78.91% from 255) = 31.21%

R = 34.63%
G = 34.16%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DFDCC9 (or 0xDFDCC9) is known color: Travertine. HEX triplet: DF, DC and C9. RGB value is (223,220,201). Sum of RGB (Red+Green+Blue) = 223+220+201=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 220 (86.33% from 255 or 34.16% from 644); Blue value is 201 (78.91% from 255 or 31.21% from 644); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDCC9 is #202336. Grayscale: #DADADA. Windows color (decimal): -2106167 or 13229279. OLE color: 13229279.

HSL color Cylindrical-coordinate representation of color #DFDCC9: hue angle of 51.82º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFDCC9 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 220 201 -
CMYK 0 0.01 0.10 0.13
HSL 51.82º 0.26% 0.83% -
HSV(B) 51.82º 0.1% 0.87% -
XYZ 66.57 71.09 65.47 -
YUV 218.73 117.99 131.04 -
System Red Green Blue C M Y K H S L
Decimal 223 220 201 0 0.01 0.10 0.13 51.82 0.26 0.83
Hex DF DC C9 0 1 A D 34 1A 53
Octal 337 334 311 0 1 12 15 64 32 123
Binary 11011111 11011100 11001001 0 1 1010 1101 110100 11010 1010011

Color Harmonies of #DFDCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDCC9

Black with #DFDCC9

Text Example


Text Example

White with #DFDCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDCC9; }

 p { color: rgb(223,220,201); }

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

background-color css

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

 a { background-color: rgb(223,220,201); }

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

border-color css

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

 span { border-color: rgb(223,220,201); }

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