Shades of Oyster Pink #DAA9A9
Tints of Oyster Pink #DAA9A9
RGB
CMYK
RGB Variations
Color information
#DAA9A9 (or 0xDAA9A9) is known color: Oyster Pink. HEX triplet: DA, A9 and A9. RGB value is (218,169,169). Sum of RGB (Red+Green+Blue) = 218+169+169=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 169 (66.41% from 255 or 30.40% from 556); Blue value is 169 (66.41% from 255 or 30.40% from 556); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA9A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA9A9 is #255656. Grayscale: #B7B7B7. Windows color (decimal): -2446935 or 11119066. OLE color: 11119066.
HSL color Cylindrical-coordinate representation of color #DAA9A9: hue angle of 0º degrees, saturation: 0.4, 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 #DAA9A9 is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 169 | 169 | - |
| CMYK | 0 | 0.22 | 0.22 | 0.15 |
| HSL | 0º | 0.4% | 0.76% | - |
| HSV(B) | 0º | 0.22% | 0.85% | - |
| XYZ | 50.26 | 46.15 | 43.79 | - |
| YUV | 183.65 | 119.73 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 169 | 169 | 0 | 0.22 | 0.22 | 0.15 | 0 | 0.4 | 0.76 |
| Hex | DA | A9 | A9 | 0 | 16 | 16 | F | 0 | 28 | 4C |
| Octal | 332 | 251 | 251 | 0 | 26 | 26 | 17 | 0 | 50 | 114 |
| Binary | 11011010 | 10101001 | 10101001 | 0 | 10110 | 10110 | 1111 | 0 | 101000 | 1001100 |
Color Harmonies of #DAA9A9
Complementary color
Monochromatic Colors of #DAA9A9
Black with #DAA9A9
Text Example
Text Example
White with #DAA9A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA9A9; }
p { color: rgb(218,169,169); }
H1.HeaderClassName
{
color: #DAA9A9;
}
.AnyTagClassName
{
color: #DAA9A9;
}
</style>
background-color css
<style>
a { background-color: #DAA9A9; }
a { background-color: rgb(218,169,169); }
div.DivClassName
{
background-color: #DAA9A9;
}
.BgClassName
{
background-color: #DAA9A9;
}
</style>
border-color css
<style>
span { border-color: #DAA9A9; }
span { border-color: rgb(218,169,169); }
td.TdClassName
{
border-color: #DAA9A9;
}
.TagClassName
{
border-color: #DAA9A9;
}
</style>