#DC899D

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

Shades of Can Can #DC899D

Tints of Can Can #DC899D

Color information

#DC899D (or 0xDC899D) is unknown color: approx Can Can. HEX triplet: DC, 89 and 9D. RGB value is (220,137,157). Sum of RGB (Red+Green+Blue) = 220+137+157=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 137 (53.91% from 255 or 26.65% from 514); Blue value is 157 (61.72% from 255 or 30.54% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DC899D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC899D is #237662. Grayscale: #A4A4A4. Windows color (decimal): -2324067 or 10324444. OLE color: 10324444.

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

Color convert

RGB220137157-
CMYK00.380.290.14
HSL345.54º54.25%70%-
HSV(B)345.54º37.73%86.27%-
XYZ44.5535.5436.41-
YUV164.1124167.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.80%
GREEN value IS 137 (53.91% from 255) = 26.65%
BLUE value IS 157 (61.72% from 255) = 30.54%
R=42.80%
G=26.65%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013715700.380.290.14345.5454.2570
HexDC899D0261DE15a3646
Octal334211235046351653266106
Binary11011100100010011001110101001101110111101010110101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC899D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC899D; }

 p { color: rgb(220,137,157); }

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

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

 a { background-color: rgb(220,137,157); }

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

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

 span { border-color: rgb(220,137,157); }

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