#DDCBC1

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

Shades of Swiss Coffee #DDCBC1

Tints of Swiss Coffee #DDCBC1

Color information

#DDCBC1 (or 0xDDCBC1) is unknown color: approx Swiss Coffee. HEX triplet: DD, CB and C1. RGB value is (221,203,193). Sum of RGB (Red+Green+Blue) = 221+203+193=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 193 (75.78% from 255 or 31.28% from 617); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCBC1 is #22343E. Grayscale: #CFCFCF. Windows color (decimal): -2241599 or 12700637. OLE color: 12700637.

HSL color Cylindrical-coordinate representation of color #DDCBC1: hue angle of 21.43º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDCBC1 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB221203193-
CMYK00.080.130.13
HSL21.43º29.17%81.18%-
HSV(B)21.43º12.67%86.67%-
XYZ60.861.9359.2-
YUV207.24119.96137.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.82%
GREEN value IS 203 (79.69% from 255) = 32.90%
BLUE value IS 193 (75.78% from 255) = 31.28%
R=35.82%
G=32.90%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120319300.080.130.1321.4329.1781.18
HexDDCBC108DD151d51
Octal33531330101015152535121
Binary110111011100101111000001010001101110110101111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCBC1; }

 p { color: rgb(221,203,193); }

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

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

 a { background-color: rgb(221,203,193); }

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

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

 span { border-color: rgb(221,203,193); }

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