Html Css Color HEX #DFDCC6 Travertine

📋 copy color: '#DFDCC6'

red 223 ◦ green 220 ◦ blue 198

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

Shades of Travertine #DFDCC6

Tints of Travertine #DFDCC6

RGB

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

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

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

R = 34.79%
G = 34.32%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DFDCC6 (or 0xDFDCC6) is known color: Travertine. HEX triplet: DF, DC and C6. RGB value is (223,220,198). Sum of RGB (Red+Green+Blue) = 223+220+198=641 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.79% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 198 (77.73% from 255 or 30.89% from 641); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDCC6 is #202339. Grayscale: #DADADA. Windows color (decimal): -2106170 or 13032671. OLE color: 13032671.

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

Color convert

RGB 223 220 198 -
CMYK 0 0.01 0.11 0.13
HSL 52.8º 0.28% 0.83% -
HSV(B) 52.8º 0.11% 0.87% -
XYZ 66.22 70.95 63.63 -
YUV 218.39 116.49 131.29 -
System Red Green Blue C M Y K H S L
Decimal 223 220 198 0 0.01 0.11 0.13 52.8 0.28 0.83
Hex DF DC C6 0 1 B D 35 1C 53
Octal 337 334 306 0 1 13 15 65 34 123
Binary 11011111 11011100 11000110 0 1 1011 1101 110101 11100 1010011

Color Harmonies of #DFDCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDCC6

Black with #DFDCC6

Text Example


Text Example

White with #DFDCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDCC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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