#DA899B

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

Shades of Can Can #DA899B

Tints of Can Can #DA899B

Color information

#DA899B (or 0xDA899B) is unknown color: approx Can Can. HEX triplet: DA, 89 and 9B. RGB value is (218,137,155). Sum of RGB (Red+Green+Blue) = 218+137+155=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 137 (53.91% from 255 or 26.86% from 510); Blue value is 155 (60.94% from 255 or 30.39% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DA899B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA899B is #257664. Grayscale: #A3A3A3. Windows color (decimal): -2455141 or 10193370. OLE color: 10193370.

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

Color convert

RGB218137155-
CMYK00.370.290.15
HSL346.67º52.26%69.61%-
HSV(B)346.67º37.16%85.49%-
XYZ43.7835.1635.49-
YUV163.27123.34167.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.75%
GREEN value IS 137 (53.91% from 255) = 26.86%
BLUE value IS 155 (60.94% from 255) = 30.39%
R=42.75%
G=26.86%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813715500.370.290.15346.6752.2669.61
HexDA899B0251DF15b3446
Octal332211233045351753364106
Binary11011010100010011001101101001011110111111010110111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA899B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA899B; }

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

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

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

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

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

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

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

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