#D98D7F

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

Shades of My Pink #D98D7F

Tints of My Pink #D98D7F

Color information

#D98D7F (or 0xD98D7F) is unknown color: approx My Pink. HEX triplet: D9, 8D and 7F. RGB value is (217,141,127). Sum of RGB (Red+Green+Blue) = 217+141+127=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 141 (55.47% from 255 or 29.07% from 485); Blue value is 127 (50% from 255 or 26.19% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D98D7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98D7F is #267280. Grayscale: #A2A2A2. Windows color (decimal): -2519681 or 8359385. OLE color: 8359385.

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

Color convert

RGB217141127-
CMYK00.350.410.15
HSL9.33º54.22%67.45%-
HSV(B)9.33º41.47%85.1%-
XYZ41.9735.3324.69-
YUV162.13108.18167.14-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.74%
GREEN value IS 141 (55.47% from 255) = 29.07%
BLUE value IS 127 (50% from 255) = 26.19%
R=44.74%
G=29.07%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714112700.350.410.159.3354.2267.45
HexD98D7F02329F93643
Octal33121517704351171166103
Binary110110011000110111111110100011101001111110011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98D7F; }

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

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

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

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

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

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

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

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