#D98086

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

Shades of Charm #D98086

Tints of Charm #D98086

Color information

#D98086 (or 0xD98086) is unknown color: approx Charm. HEX triplet: D9, 80 and 86. RGB value is (217,128,134). Sum of RGB (Red+Green+Blue) = 217+128+134=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 134 (52.73% from 255 or 27.97% from 479); Max value from RGB is 217 - color contains mainly: red. Hex color #D98086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98086 is #267F79. Grayscale: #9B9B9B. Windows color (decimal): -2523002 or 8814809. OLE color: 8814809.

HSL color Cylindrical-coordinate representation of color #D98086: hue angle of 355.96º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D98086 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB217128134-
CMYK00.410.380.15
HSL355.96º53.94%67.65%-
HSV(B)355.96º41.01%85.1%-
XYZ40.6431.9126.57-
YUV155.3115.99172.01-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.30%
GREEN value IS 128 (50.39% from 255) = 26.72%
BLUE value IS 134 (52.73% from 255) = 27.97%
R=45.30%
G=26.72%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712813400.410.380.15355.9653.9467.65
HexD9808602926F1643644
Octal331200206051461754466104
Binary110110011000000010000110010100110011011111011001001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98086; }

 p { color: rgb(217,128,134); }

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

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

 a { background-color: rgb(217,128,134); }

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

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

 span { border-color: rgb(217,128,134); }

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