#D98C84

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

Shades of My Pink #D98C84

Tints of My Pink #D98C84

Color information

#D98C84 (or 0xD98C84) is unknown color: approx My Pink. HEX triplet: D9, 8C and 84. RGB value is (217,140,132). Sum of RGB (Red+Green+Blue) = 217+140+132=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 132 (51.95% from 255 or 26.99% from 489); Max value from RGB is 217 - color contains mainly: red. Hex color #D98C84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98C84 is #26737B. Grayscale: #A2A2A2. Windows color (decimal): -2519932 or 8686809. OLE color: 8686809.

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

Color convert

RGB217140132-
CMYK00.350.390.15
HSL5.65º52.8%68.43%-
HSV(B)5.65º39.17%85.1%-
XYZ42.1635.1726.4-
YUV162.11111.01167.15-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.38%
GREEN value IS 140 (55.08% from 255) = 28.63%
BLUE value IS 132 (51.95% from 255) = 26.99%
R=44.38%
G=28.63%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714013200.350.390.155.6552.868.43
HexD98C8402327F63544
Octal3312142040434717665104
Binary110110011000110010000100010001110011111111101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98C84; }

 p { color: rgb(217,140,132); }

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

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

 a { background-color: rgb(217,140,132); }

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

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

 span { border-color: rgb(217,140,132); }

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