#DBD0C9

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

Shades of Swiss Coffee #DBD0C9

Tints of Swiss Coffee #DBD0C9

Color information

#DBD0C9 (or 0xDBD0C9) is unknown color: approx Swiss Coffee. HEX triplet: DB, D0 and C9. RGB value is (219,208,201). Sum of RGB (Red+Green+Blue) = 219+208+201=628 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.87% from 628); Green value is 208 (81.64% from 255 or 33.12% from 628); Blue value is 201 (78.91% from 255 or 32.01% from 628); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD0C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD0C9 is #242F36. Grayscale: #D2D2D2. Windows color (decimal): -2371383 or 13226203. OLE color: 13226203.

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

Color convert

RGB219208201-
CMYK00.050.080.14
HSL23.33º20%82.35%-
HSV(B)23.33º8.22%85.88%-
XYZ62.3164.3964.4-
YUV210.49122.64134.07-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.87%
GREEN value IS 208 (81.64% from 255) = 33.12%
BLUE value IS 201 (78.91% from 255) = 32.01%
R=34.87%
G=33.12%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920820100.050.080.1423.332082.35
HexDBD0C9058E171452
Octal3333203110510162724122
Binary11011011110100001100100101011000111010111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD0C9; }

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

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

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

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

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

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

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

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