#DBD3CD

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

Shades of Swiss Coffee #DBD3CD

Tints of Swiss Coffee #DBD3CD

Color information

#DBD3CD (or 0xDBD3CD) is unknown color: approx Swiss Coffee. HEX triplet: DB, D3 and CD. RGB value is (219,211,205). Sum of RGB (Red+Green+Blue) = 219+211+205=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 211 (82.81% from 255 or 33.23% from 635); Blue value is 205 (80.47% from 255 or 32.28% from 635); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD3CD is #242C32. Grayscale: #D4D4D4. Windows color (decimal): -2370611 or 13489115. OLE color: 13489115.

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

Color convert

RGB219211205-
CMYK00.040.060.14
HSL25.71º16.28%83.14%-
HSV(B)25.71º6.39%85.88%-
XYZ63.5366.0667.16-
YUV212.71123.65132.49-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.49%
GREEN value IS 211 (82.81% from 255) = 33.23%
BLUE value IS 205 (80.47% from 255) = 32.28%
R=34.49%
G=33.23%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921120500.040.060.1425.7116.2883.14
HexDBD3CD046E1a1053
Octal333323315046163220123
Binary1101101111010011110011010100110111011010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD3CD; }

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

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

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

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

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

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

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

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