#DBD0CB

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

Shades of Swiss Coffee #DBD0CB

Tints of Swiss Coffee #DBD0CB

Color information

#DBD0CB (or 0xDBD0CB) is unknown color: approx Swiss Coffee. HEX triplet: DB, D0 and CB. RGB value is (219,208,203). Sum of RGB (Red+Green+Blue) = 219+208+203=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 208 (81.64% from 255 or 33.02% from 630); Blue value is 203 (79.69% from 255 or 32.22% from 630); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD0CB is #242F34. Grayscale: #D2D2D2. Windows color (decimal): -2371381 or 13357275. OLE color: 13357275.

HSL color Cylindrical-coordinate representation of color #DBD0CB: hue angle of 18.75º 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 #DBD0CB is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB219208203-
CMYK00.050.070.14
HSL18.75º18.18%82.75%-
HSV(B)18.75º7.31%85.88%-
XYZ62.5564.4865.65-
YUV210.72123.64133.91-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.76%
GREEN value IS 208 (81.64% from 255) = 33.02%
BLUE value IS 203 (79.69% from 255) = 32.22%
R=34.76%
G=33.02%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920820300.050.070.1418.7518.1882.75
HexDBD0CB057E131253
Octal333320313057162322123
Binary1101101111010000110010110101111111010011100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD0CB; }

 p { color: rgb(219,208,203); }

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

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

 a { background-color: rgb(219,208,203); }

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

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

 span { border-color: rgb(219,208,203); }

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