#DDD1C9

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

Shades of Swiss Coffee #DDD1C9

Tints of Swiss Coffee #DDD1C9

Color information

#DDD1C9 (or 0xDDD1C9) is unknown color: approx Swiss Coffee. HEX triplet: DD, D1 and C9. RGB value is (221,209,201). Sum of RGB (Red+Green+Blue) = 221+209+201=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 209 (82.03% from 255 or 33.12% from 631); Blue value is 201 (78.91% from 255 or 31.85% from 631); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD1C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD1C9 is #222E36. Grayscale: #D3D3D3. Windows color (decimal): -2240055 or 13226461. OLE color: 13226461.

HSL color Cylindrical-coordinate representation of color #DDD1C9: hue angle of 24º degrees, saturation: 0.23, 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 #DDD1C9 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB221209201-
CMYK00.050.090.13
HSL24º22.73%82.75%-
HSV(B)24º9.05%86.67%-
XYZ63.1665.1964.51-
YUV211.68121.98134.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.02%
GREEN value IS 209 (82.03% from 255) = 33.12%
BLUE value IS 201 (78.91% from 255) = 31.85%
R=35.02%
G=33.12%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120920100.050.090.132422.7382.75
HexDDD1C9059D181753
Octal3353213110511153027123
Binary11011101110100011100100101011001110111000101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD1C9; }

 p { color: rgb(221,209,201); }

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

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

 a { background-color: rgb(221,209,201); }

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

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

 span { border-color: rgb(221,209,201); }

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