Shades of Oyster Pink #D9A9A9
Tints of Oyster Pink #D9A9A9
RGB
CMYK
RGB Variations
Color information
#D9A9A9 (or 0xD9A9A9) is known color: Oyster Pink. HEX triplet: D9, A9 and A9. RGB value is (217,169,169). Sum of RGB (Red+Green+Blue) = 217+169+169=555 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.10% from 555); Green value is 169 (66.41% from 255 or 30.45% from 555); Blue value is 169 (66.41% from 255 or 30.45% from 555); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A9A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A9A9 is #265656. Grayscale: #B7B7B7. Windows color (decimal): -2512471 or 11119065. OLE color: 11119065.
HSL color Cylindrical-coordinate representation of color #D9A9A9: hue angle of 0º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9A9A9 is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 169 | 169 | - |
| CMYK | 0 | 0.22 | 0.22 | 0.15 |
| HSL | 0º | 0.39% | 0.76% | - |
| HSV(B) | 0º | 0.22% | 0.85% | - |
| XYZ | 49.96 | 45.99 | 43.78 | - |
| YUV | 183.35 | 119.9 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 169 | 169 | 0 | 0.22 | 0.22 | 0.15 | 0 | 0.39 | 0.76 |
| Hex | D9 | A9 | A9 | 0 | 16 | 16 | F | 0 | 27 | 4C |
| Octal | 331 | 251 | 251 | 0 | 26 | 26 | 17 | 0 | 47 | 114 |
| Binary | 11011001 | 10101001 | 10101001 | 0 | 10110 | 10110 | 1111 | 0 | 100111 | 1001100 |
Color Harmonies of #D9A9A9
Complementary color
Monochromatic Colors of #D9A9A9
Black with #D9A9A9
Text Example
Text Example
White with #D9A9A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A9A9; }
p { color: rgb(217,169,169); }
H1.HeaderClassName
{
color: #D9A9A9;
}
.AnyTagClassName
{
color: #D9A9A9;
}
</style>
background-color css
<style>
a { background-color: #D9A9A9; }
a { background-color: rgb(217,169,169); }
div.DivClassName
{
background-color: #D9A9A9;
}
.BgClassName
{
background-color: #D9A9A9;
}
</style>
border-color css
<style>
span { border-color: #D9A9A9; }
span { border-color: rgb(217,169,169); }
td.TdClassName
{
border-color: #D9A9A9;
}
.TagClassName
{
border-color: #D9A9A9;
}
</style>