Shades of Oyster Pink #DCA9A8
Tints of Oyster Pink #DCA9A8
RGB
CMYK
RGB Variations
Color information
#DCA9A8 (or 0xDCA9A8) is known color: Oyster Pink. HEX triplet: DC, A9 and A8. RGB value is (220,169,168). Sum of RGB (Red+Green+Blue) = 220+169+168=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 169 (66.41% from 255 or 30.34% from 557); Blue value is 168 (66.02% from 255 or 30.16% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA9A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA9A8 is #235657. Grayscale: #B8B8B8. Windows color (decimal): -2315864 or 11053532. OLE color: 11053532.
HSL color Cylindrical-coordinate representation of color #DCA9A8: hue angle of 1.15º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCA9A8 is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 169 | 168 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.14 |
| HSL | 1.15º | 0.43% | 0.76% | - |
| HSV(B) | 1.15º | 0.24% | 0.86% | - |
| XYZ | 50.77 | 46.42 | 43.33 | - |
| YUV | 184.14 | 118.9 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 169 | 168 | 0 | 0.23 | 0.24 | 0.14 | 1.15 | 0.43 | 0.76 |
| Hex | DC | A9 | A8 | 0 | 17 | 18 | E | 1 | 2B | 4C |
| Octal | 334 | 251 | 250 | 0 | 27 | 30 | 16 | 1 | 53 | 114 |
| Binary | 11011100 | 10101001 | 10101000 | 0 | 10111 | 11000 | 1110 | 1 | 101011 | 1001100 |
Color Harmonies of #DCA9A8
Complementary color
Monochromatic Colors of #DCA9A8
Black with #DCA9A8
Text Example
Text Example
White with #DCA9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA9A8; }
p { color: rgb(220,169,168); }
H1.HeaderClassName
{
color: #DCA9A8;
}
.AnyTagClassName
{
color: #DCA9A8;
}
</style>
background-color css
<style>
a { background-color: #DCA9A8; }
a { background-color: rgb(220,169,168); }
div.DivClassName
{
background-color: #DCA9A8;
}
.BgClassName
{
background-color: #DCA9A8;
}
</style>
border-color css
<style>
span { border-color: #DCA9A8; }
span { border-color: rgb(220,169,168); }
td.TdClassName
{
border-color: #DCA9A8;
}
.TagClassName
{
border-color: #DCA9A8;
}
</style>