Shades of Oyster Pink #D9A8A8
Tints of Oyster Pink #D9A8A8
RGB
CMYK
RGB Variations
Color information
#D9A8A8 (or 0xD9A8A8) is known color: Oyster Pink. HEX triplet: D9, A8 and A8. RGB value is (217,168,168). Sum of RGB (Red+Green+Blue) = 217+168+168=553 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.24% from 553); Green value is 168 (66.02% from 255 or 30.38% from 553); Blue value is 168 (66.02% from 255 or 30.38% from 553); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A8A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A8A8 is #265757. Grayscale: #B6B6B6. Windows color (decimal): -2512728 or 11053273. OLE color: 11053273.
HSL color Cylindrical-coordinate representation of color #D9A8A8: hue angle of 0º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D9A8A8 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 168 | 168 | - |
CMYK | 0 | 0.23 | 0.23 | 0.15 |
HSL | 0º | 0.39% | 0.75% | - |
HSV(B) | 0º | 0.23% | 0.85% | - |
XYZ | 49.69 | 45.58 | 43.23 | - |
YUV | 182.65 | 119.73 | 152.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 168 | 168 | 0 | 0.23 | 0.23 | 0.15 | 0 | 0.39 | 0.75 |
Hex | D9 | A8 | A8 | 0 | 17 | 17 | F | 0 | 27 | 4B |
Octal | 331 | 250 | 250 | 0 | 27 | 27 | 17 | 0 | 47 | 113 |
Binary | 11011001 | 10101000 | 10101000 | 0 | 10111 | 10111 | 1111 | 0 | 100111 | 1001011 |
Color Harmonies of #D9A8A8
Complementary color
Monochromatic Colors of #D9A8A8
Black with #D9A8A8
Text Example
Text Example
White with #D9A8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A8A8; }
p { color: rgb(217,168,168); }
H1.HeaderClassName
{
color: #D9A8A8;
}
.AnyTagClassName
{
color: #D9A8A8;
}
</style>
background-color css
<style>
a { background-color: #D9A8A8; }
a { background-color: rgb(217,168,168); }
div.DivClassName
{
background-color: #D9A8A8;
}
.BgClassName
{
background-color: #D9A8A8;
}
</style>
border-color css
<style>
span { border-color: #D9A8A8; }
span { border-color: rgb(217,168,168); }
td.TdClassName
{
border-color: #D9A8A8;
}
.TagClassName
{
border-color: #D9A8A8;
}
</style>