#DFDCC7

Color #DFDCC7 Travertine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Travertine #DFDCC7

Tints of Travertine #DFDCC7

Color information

#DFDCC7 (or 0xDFDCC7) is unknown color: approx Travertine. HEX triplet: DF, DC and C7. RGB value is (223,220,199). Sum of RGB (Red+Green+Blue) = 223+220+199=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 220 (86.33% from 255 or 34.27% from 642); Blue value is 199 (78.12% from 255 or 31.00% from 642); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDCC7 is #202338. Grayscale: #DADADA. Windows color (decimal): -2106169 or 13098207. OLE color: 13098207.

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

Color convert

RGB223220199-
CMYK00.010.110.13
HSL52.5º27.27%82.75%-
HSV(B)52.5º10.76%87.45%-
XYZ66.337164.24-
YUV218.5116.99131.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.74%
GREEN value IS 220 (86.33% from 255) = 34.27%
BLUE value IS 199 (78.12% from 255) = 31.00%
R=34.74%
G=34.27%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322019900.010.110.1352.527.2782.75
HexDFDCC701BD341b53
Octal3373343070113156433123
Binary1101111111011100110001110110111101110100110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDCC7; }

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

 H1.HeaderClassName
 {
   color: #DFDCC7;
 }
 .AnyTagClassName
 {
   color: #DFDCC7;
 }
</style>
background-color css

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

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

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

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

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

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