#DCCDC7

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

Shades of Swiss Coffee #DCCDC7

Tints of Swiss Coffee #DCCDC7

Color information

#DCCDC7 (or 0xDCCDC7) is unknown color: approx Swiss Coffee. HEX triplet: DC, CD and C7. RGB value is (220,205,199). Sum of RGB (Red+Green+Blue) = 220+205+199=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 199 (78.12% from 255 or 31.89% from 624); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCDC7 is #233238. Grayscale: #D0D0D0. Windows color (decimal): -2306617 or 13094364. OLE color: 13094364.

HSL color Cylindrical-coordinate representation of color #DCCDC7: hue angle of 17.14º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCCDC7 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB220205199-
CMYK00.070.100.14
HSL17.14º23.08%82.16%-
HSV(B)17.14º9.55%86.27%-
XYZ61.666362.94-
YUV208.8122.47135.99-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.26%
GREEN value IS 205 (80.47% from 255) = 32.85%
BLUE value IS 199 (78.12% from 255) = 31.89%
R=35.26%
G=32.85%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020519900.070.100.1417.1423.0882.16
HexDCCDC707AE111752
Octal3343153070712162127122
Binary11011100110011011100011101111010111010001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCDC7; }

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

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

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

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

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

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

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

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