#DBD1CD

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

Shades of Swiss Coffee #DBD1CD

Tints of Swiss Coffee #DBD1CD

Color information

#DBD1CD (or 0xDBD1CD) is unknown color: approx Swiss Coffee. HEX triplet: DB, D1 and CD. RGB value is (219,209,205). Sum of RGB (Red+Green+Blue) = 219+209+205=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 209 (82.03% from 255 or 33.02% from 633); Blue value is 205 (80.47% from 255 or 32.39% from 633); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD1CD is #242E32. Grayscale: #D3D3D3. Windows color (decimal): -2371123 or 13488603. OLE color: 13488603.

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

Color convert

RGB219209205-
CMYK00.050.060.14
HSL17.14º16.28%83.14%-
HSV(B)17.14º6.39%85.88%-
XYZ63.0365.0766.99-
YUV211.53124.31133.33-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.60%
GREEN value IS 209 (82.03% from 255) = 33.02%
BLUE value IS 205 (80.47% from 255) = 32.39%
R=34.60%
G=33.02%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920920500.050.060.1417.1416.2883.14
HexDBD1CD056E111053
Octal333321315056162120123
Binary1101101111010001110011010101110111010001100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD1CD; }

 p { color: rgb(219,209,205); }

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

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

 a { background-color: rgb(219,209,205); }

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

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

 span { border-color: rgb(219,209,205); }

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