#DFCFC9

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

Shades of Swiss Coffee #DFCFC9

Tints of Swiss Coffee #DFCFC9

Color information

#DFCFC9 (or 0xDFCFC9) is unknown color: approx Swiss Coffee. HEX triplet: DF, CF and C9. RGB value is (223,207,201). Sum of RGB (Red+Green+Blue) = 223+207+201=631 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.34% from 631); Green value is 207 (81.25% from 255 or 32.81% from 631); Blue value is 201 (78.91% from 255 or 31.85% from 631); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCFC9 is #203036. Grayscale: #D3D3D3. Windows color (decimal): -2109495 or 13225951. OLE color: 13225951.

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

Color convert

RGB223207201-
CMYK00.070.100.13
HSL16.36º25.58%83.14%-
HSV(B)16.36º9.87%87.45%-
XYZ63.2964.5364.38-
YUV211.1122.3136.49-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.34%
GREEN value IS 207 (81.25% from 255) = 32.81%
BLUE value IS 201 (78.91% from 255) = 31.85%
R=35.34%
G=32.81%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320720100.070.100.1316.3625.5883.14
HexDFCFC907AD101a53
Octal3373173110712152032123
Binary11011111110011111100100101111010110110000110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCFC9; }

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

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

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

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

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

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

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

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