#DFCFCA

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

Shades of Swiss Coffee #DFCFCA

Tints of Swiss Coffee #DFCFCA

Color information

#DFCFCA (or 0xDFCFCA) is unknown color: approx Swiss Coffee. HEX triplet: DF, CF and CA. RGB value is (223,207,202). Sum of RGB (Red+Green+Blue) = 223+207+202=632 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.28% from 632); Green value is 207 (81.25% from 255 or 32.75% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCFCA is #203035. Grayscale: #D3D3D3. Windows color (decimal): -2109494 or 13291487. OLE color: 13291487.

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

Color convert

RGB223207202-
CMYK00.070.090.13
HSL14.29º24.71%83.33%-
HSV(B)14.29º9.42%87.45%-
XYZ63.464.5865-
YUV211.21122.8136.41-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.28%
GREEN value IS 207 (81.25% from 255) = 32.75%
BLUE value IS 202 (79.30% from 255) = 31.96%
R=35.28%
G=32.75%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320720200.070.090.1314.2924.7183.33
HexDFCFCA079De1953
Octal3373173120711151631123
Binary1101111111001111110010100111100111011110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCFCA; }

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

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

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

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

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

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

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

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