#DCD3CD

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

Shades of Swiss Coffee #DCD3CD

Tints of Swiss Coffee #DCD3CD

Color information

#DCD3CD (or 0xDCD3CD) is unknown color: approx Swiss Coffee. HEX triplet: DC, D3 and CD. RGB value is (220,211,205). Sum of RGB (Red+Green+Blue) = 220+211+205=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 211 (82.81% from 255 or 33.18% from 636); Blue value is 205 (80.47% from 255 or 32.23% from 636); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD3CD is #232C32. Grayscale: #D5D5D5. Windows color (decimal): -2305075 or 13489116. OLE color: 13489116.

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

Color convert

RGB220211205-
CMYK00.040.070.14
HSL24º17.65%83.33%-
HSV(B)24º6.82%86.27%-
XYZ63.8366.2167.17-
YUV213.01123.48132.99-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.59%
GREEN value IS 211 (82.81% from 255) = 33.18%
BLUE value IS 205 (80.47% from 255) = 32.23%
R=34.59%
G=33.18%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021120500.040.070.142417.6583.33
HexDCD3CD047E181253
Octal334323315047163022123
Binary1101110011010011110011010100111111011000100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD3CD; }

 p { color: rgb(220,211,205); }

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

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

 a { background-color: rgb(220,211,205); }

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

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

 span { border-color: rgb(220,211,205); }

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