#DA899E

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

Shades of Can Can #DA899E

Tints of Can Can #DA899E

Color information

#DA899E (or 0xDA899E) is unknown color: approx Can Can. HEX triplet: DA, 89 and 9E. RGB value is (218,137,158). Sum of RGB (Red+Green+Blue) = 218+137+158=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 137 (53.91% from 255 or 26.71% from 513); Blue value is 158 (62.11% from 255 or 30.80% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DA899E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA899E is #257661. Grayscale: #A3A3A3. Windows color (decimal): -2455138 or 10389978. OLE color: 10389978.

HSL color Cylindrical-coordinate representation of color #DA899E: hue angle of 344.44º 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 #DA899E is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB218137158-
CMYK00.370.280.15
HSL344.44º52.26%69.61%-
HSV(B)344.44º37.16%85.49%-
XYZ44.0335.2736.83-
YUV163.61124.84166.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.50%
GREEN value IS 137 (53.91% from 255) = 26.71%
BLUE value IS 158 (62.11% from 255) = 30.80%
R=42.50%
G=26.71%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813715800.370.280.15344.4452.2669.61
HexDA899E0251CF1583446
Octal332211236045341753064106
Binary11011010100010011001111001001011110011111010110001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA899E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA899E; }

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

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

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

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

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

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

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

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