Shades of My Pink #D98B7F
Tints of My Pink #D98B7F
RGB
CMYK
RGB Variations
Color information
#D98B7F (or 0xD98B7F) is known color: My Pink. HEX triplet: D9, 8B and 7F. RGB value is (217,139,127). Sum of RGB (Red+Green+Blue) = 217+139+127=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 139 (54.69% from 255 or 28.78% from 483); Blue value is 127 (50% from 255 or 26.29% from 483); Max value from RGB is 217 - color contains mainly: red. Hex color #D98B7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98B7F is #267480. Grayscale: #A1A1A1. Windows color (decimal): -2520193 or 8358873. OLE color: 8358873.
HSL color Cylindrical-coordinate representation of color #D98B7F: hue angle of 8º 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 #D98B7F is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 139 | 127 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.15 |
| HSL | 8º | 0.54% | 0.67% | - |
| HSV(B) | 8º | 0.41% | 0.85% | - |
| XYZ | 41.68 | 34.75 | 24.59 | - |
| YUV | 160.95 | 108.84 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 139 | 127 | 0 | 0.36 | 0.41 | 0.15 | 8 | 0.54 | 0.67 |
| Hex | D9 | 8B | 7F | 0 | 24 | 29 | F | 8 | 36 | 43 |
| Octal | 331 | 213 | 177 | 0 | 44 | 51 | 17 | 10 | 66 | 103 |
| Binary | 11011001 | 10001011 | 1111111 | 0 | 100100 | 101001 | 1111 | 1000 | 110110 | 1000011 |
Color Harmonies of #D98B7F
Complementary color
Monochromatic Colors of #D98B7F
Black with #D98B7F
Text Example
Text Example
White with #D98B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98B7F; }
p { color: rgb(217,139,127); }
H1.HeaderClassName
{
color: #D98B7F;
}
.AnyTagClassName
{
color: #D98B7F;
}
</style>
background-color css
<style>
a { background-color: #D98B7F; }
a { background-color: rgb(217,139,127); }
div.DivClassName
{
background-color: #D98B7F;
}
.BgClassName
{
background-color: #D98B7F;
}
</style>
border-color css
<style>
span { border-color: #D98B7F; }
span { border-color: rgb(217,139,127); }
td.TdClassName
{
border-color: #D98B7F;
}
.TagClassName
{
border-color: #D98B7F;
}
</style>