#DCD0C9

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

Shades of Swiss Coffee #DCD0C9

Tints of Swiss Coffee #DCD0C9

Color information

#DCD0C9 (or 0xDCD0C9) is unknown color: approx Swiss Coffee. HEX triplet: DC, D0 and C9. RGB value is (220,208,201). Sum of RGB (Red+Green+Blue) = 220+208+201=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 208 (81.64% from 255 or 33.07% from 629); Blue value is 201 (78.91% from 255 or 31.96% from 629); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD0C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD0C9 is #232F36. Grayscale: #D2D2D2. Windows color (decimal): -2305847 or 13226204. OLE color: 13226204.

HSL color Cylindrical-coordinate representation of color #DCD0C9: hue angle of 22.11º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCD0C9 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB220208201-
CMYK00.050.090.14
HSL22.11º21.35%82.55%-
HSV(B)22.11º8.64%86.27%-
XYZ62.6164.5464.42-
YUV210.79122.48134.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.98%
GREEN value IS 208 (81.64% from 255) = 33.07%
BLUE value IS 201 (78.91% from 255) = 31.96%
R=34.98%
G=33.07%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020820100.050.090.1422.1121.3582.55
HexDCD0C9059E161553
Octal3343203110511162625123
Binary11011100110100001100100101011001111010110101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD0C9; }

 p { color: rgb(220,208,201); }

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

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

 a { background-color: rgb(220,208,201); }

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

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

 span { border-color: rgb(220,208,201); }

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