#DFDCCB

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

Shades of Travertine #DFDCCB

Tints of Travertine #DFDCCB

Color information

#DFDCCB (or 0xDFDCCB) is unknown color: approx Travertine. HEX triplet: DF, DC and CB. RGB value is (223,220,203). Sum of RGB (Red+Green+Blue) = 223+220+203=646 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.52% from 646); Green value is 220 (86.33% from 255 or 34.06% from 646); Blue value is 203 (79.69% from 255 or 31.42% from 646); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDCCB is #202334. Grayscale: #DBDBDB. Windows color (decimal): -2106165 or 13360351. OLE color: 13360351.

HSL color Cylindrical-coordinate representation of color #DFDCCB: hue angle of 51º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFDCCB is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB223220203-
CMYK00.010.090.13
HSL51º23.81%83.53%-
HSV(B)51º8.97%87.45%-
XYZ66.871.1966.72-
YUV218.96118.99130.88-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.52%
GREEN value IS 220 (86.33% from 255) = 34.06%
BLUE value IS 203 (79.69% from 255) = 31.42%
R=34.52%
G=34.06%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322020300.010.090.135123.8183.53
HexDFDCCB019D331854
Octal3373343130111156330124
Binary1101111111011100110010110110011101110011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDCCB; }

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

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

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

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

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

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

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

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