#DBCBC3

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

Shades of Swiss Coffee #DBCBC3

Tints of Swiss Coffee #DBCBC3

Color information

#DBCBC3 (or 0xDBCBC3) is unknown color: approx Swiss Coffee. HEX triplet: DB, CB and C3. RGB value is (219,203,195). Sum of RGB (Red+Green+Blue) = 219+203+195=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 195 (76.56% from 255 or 31.60% from 617); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCBC3 is #24343C. Grayscale: #CECECE. Windows color (decimal): -2372669 or 12831707. OLE color: 12831707.

HSL color Cylindrical-coordinate representation of color #DBCBC3: hue angle of 20º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBCBC3 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB219203195-
CMYK00.070.110.14
HSL20º25%81.18%-
HSV(B)20º10.96%85.88%-
XYZ60.4261.7160.36-
YUV206.87121.3136.65-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.49%
GREEN value IS 203 (79.69% from 255) = 32.90%
BLUE value IS 195 (76.56% from 255) = 31.60%
R=35.49%
G=32.90%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920319500.070.110.14202581.18
HexDBCBC307BE141951
Octal3333133030713162431121
Binary11011011110010111100001101111011111010100110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCBC3; }

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

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

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

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

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

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

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

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