#DB899B

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

Shades of Can Can #DB899B

Tints of Can Can #DB899B

Color information

#DB899B (or 0xDB899B) is unknown color: approx Can Can. HEX triplet: DB, 89 and 9B. RGB value is (219,137,155). Sum of RGB (Red+Green+Blue) = 219+137+155=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 137 (53.91% from 255 or 26.81% from 511); Blue value is 155 (60.94% from 255 or 30.33% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DB899B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB899B is #247664. Grayscale: #A3A3A3. Windows color (decimal): -2389605 or 10193371. OLE color: 10193371.

HSL color Cylindrical-coordinate representation of color #DB899B: hue angle of 346.83º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB899B is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB219137155-
CMYK00.370.290.14
HSL346.83º53.25%69.8%-
HSV(B)346.83º37.44%85.88%-
XYZ44.0835.3235.5-
YUV163.57123.17167.54-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.86%
GREEN value IS 137 (53.91% from 255) = 26.81%
BLUE value IS 155 (60.94% from 255) = 30.33%
R=42.86%
G=26.81%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913715500.370.290.14346.8353.2569.8
HexDB899B0251DE15b3546
Octal333211233045351653365106
Binary11011011100010011001101101001011110111101010110111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB899B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB899B; }

 p { color: rgb(219,137,155); }

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

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

 a { background-color: rgb(219,137,155); }

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

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

 span { border-color: rgb(219,137,155); }

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