Shades of Oyster Pink #DCABA9
Tints of Oyster Pink #DCABA9
RGB
CMYK
RGB Variations
Color information
#DCABA9 (or 0xDCABA9) is known color: Oyster Pink. HEX triplet: DC, AB and A9. RGB value is (220,171,169). Sum of RGB (Red+Green+Blue) = 220+171+169=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 171 (67.19% from 255 or 30.54% from 560); Blue value is 169 (66.41% from 255 or 30.18% from 560); Max value from RGB is 220 - color contains mainly: red. Hex color #DCABA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCABA9 is #235456. Grayscale: #B9B9B9. Windows color (decimal): -2315351 or 11119580. OLE color: 11119580.
HSL color Cylindrical-coordinate representation of color #DCABA9: hue angle of 2.35º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCABA9 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 169 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.14 |
| HSL | 2.35º | 0.42% | 0.76% | - |
| HSV(B) | 2.35º | 0.23% | 0.86% | - |
| XYZ | 51.24 | 47.21 | 43.95 | - |
| YUV | 185.42 | 118.73 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 169 | 0 | 0.22 | 0.23 | 0.14 | 2.35 | 0.42 | 0.76 |
| Hex | DC | AB | A9 | 0 | 16 | 17 | E | 2 | 2A | 4C |
| Octal | 334 | 253 | 251 | 0 | 26 | 27 | 16 | 2 | 52 | 114 |
| Binary | 11011100 | 10101011 | 10101001 | 0 | 10110 | 10111 | 1110 | 10 | 101010 | 1001100 |
Color Harmonies of #DCABA9
Complementary color
Monochromatic Colors of #DCABA9
Black with #DCABA9
Text Example
Text Example
White with #DCABA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCABA9; }
p { color: rgb(220,171,169); }
H1.HeaderClassName
{
color: #DCABA9;
}
.AnyTagClassName
{
color: #DCABA9;
}
</style>
background-color css
<style>
a { background-color: #DCABA9; }
a { background-color: rgb(220,171,169); }
div.DivClassName
{
background-color: #DCABA9;
}
.BgClassName
{
background-color: #DCABA9;
}
</style>
border-color css
<style>
span { border-color: #DCABA9; }
span { border-color: rgb(220,171,169); }
td.TdClassName
{
border-color: #DCABA9;
}
.TagClassName
{
border-color: #DCABA9;
}
</style>