#D98D90

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

Shades of Can Can #D98D90

Tints of Can Can #D98D90

Color information

#D98D90 (or 0xD98D90) is unknown color: approx Can Can. HEX triplet: D9, 8D and 90. RGB value is (217,141,144). Sum of RGB (Red+Green+Blue) = 217+141+144=502 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.23% from 502); Green value is 141 (55.47% from 255 or 28.09% from 502); Blue value is 144 (56.64% from 255 or 28.69% from 502); Max value from RGB is 217 - color contains mainly: red. Hex color #D98D90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98D90 is #26726F. Grayscale: #A4A4A4. Windows color (decimal): -2519664 or 9473497. OLE color: 9473497.

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

Color convert

RGB217141144-
CMYK00.350.340.15
HSL357.63º50%70.2%-
HSV(B)357.63º35.02%85.1%-
XYZ43.1735.8231.02-
YUV164.07116.68165.76-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.23%
GREEN value IS 141 (55.47% from 255) = 28.09%
BLUE value IS 144 (56.64% from 255) = 28.69%
R=43.23%
G=28.09%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714114400.350.340.15357.635070.2
HexD98D9002322F1663246
Octal331215220043421754662106
Binary110110011000110110010000010001110001011111011001101100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98D90; }

 p { color: rgb(217,141,144); }

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

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

 a { background-color: rgb(217,141,144); }

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

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

 span { border-color: rgb(217,141,144); }

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