#DBD0CA

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

Shades of Swiss Coffee #DBD0CA

Tints of Swiss Coffee #DBD0CA

Color information

#DBD0CA (or 0xDBD0CA) is unknown color: approx Swiss Coffee. HEX triplet: DB, D0 and CA. RGB value is (219,208,202). Sum of RGB (Red+Green+Blue) = 219+208+202=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 208 (81.64% from 255 or 33.07% from 629); Blue value is 202 (79.30% from 255 or 32.11% from 629); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD0CA is #242F35. Grayscale: #D2D2D2. Windows color (decimal): -2371382 or 13291739. OLE color: 13291739.

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

Color convert

RGB219208202-
CMYK00.050.080.14
HSL21.18º19.1%82.55%-
HSV(B)21.18º7.76%85.88%-
XYZ62.4364.4465.02-
YUV210.6123.14133.99-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.82%
GREEN value IS 208 (81.64% from 255) = 33.07%
BLUE value IS 202 (79.30% from 255) = 32.11%
R=34.82%
G=33.07%
B=32.11%

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
Decimal21920820200.050.080.1421.1819.182.55
HexDBD0CA058E151353
Octal3333203120510162523123
Binary11011011110100001100101001011000111010101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD0CA; }

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

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

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

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

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

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

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

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