Shades of Oyster Pink #DCB0AB
Tints of Oyster Pink #DCB0AB
RGB
CMYK
RGB Variations
Color information
#DCB0AB (or 0xDCB0AB) is known color: Oyster Pink. HEX triplet: DC, B0 and AB. RGB value is (220,176,171). Sum of RGB (Red+Green+Blue) = 220+176+171=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 176 (69.14% from 255 or 31.04% from 567); Blue value is 171 (67.19% from 255 or 30.16% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB0AB is #234F54. Grayscale: #BCBCBC. Windows color (decimal): -2314069 or 11251932. OLE color: 11251932.
HSL color Cylindrical-coordinate representation of color #DCB0AB: hue angle of 6.12º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCB0AB is Cyan = 0, Magento = 0.2, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 171 | - |
| CMYK | 0 | 0.2 | 0.22 | 0.14 |
| HSL | 6.12º | 0.41% | 0.77% | - |
| HSV(B) | 6.12º | 0.22% | 0.86% | - |
| XYZ | 52.39 | 49.21 | 45.26 | - |
| YUV | 188.59 | 118.08 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 171 | 0 | 0.2 | 0.22 | 0.14 | 6.12 | 0.41 | 0.77 |
| Hex | DC | B0 | AB | 0 | 14 | 16 | E | 6 | 29 | 4D |
| Octal | 334 | 260 | 253 | 0 | 24 | 26 | 16 | 6 | 51 | 115 |
| Binary | 11011100 | 10110000 | 10101011 | 0 | 10100 | 10110 | 1110 | 110 | 101001 | 1001101 |
Color Harmonies of #DCB0AB
Complementary color
Monochromatic Colors of #DCB0AB
Black with #DCB0AB
Text Example
Text Example
White with #DCB0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB0AB; }
p { color: rgb(220,176,171); }
H1.HeaderClassName
{
color: #DCB0AB;
}
.AnyTagClassName
{
color: #DCB0AB;
}
</style>
background-color css
<style>
a { background-color: #DCB0AB; }
a { background-color: rgb(220,176,171); }
div.DivClassName
{
background-color: #DCB0AB;
}
.BgClassName
{
background-color: #DCB0AB;
}
</style>
border-color css
<style>
span { border-color: #DCB0AB; }
span { border-color: rgb(220,176,171); }
td.TdClassName
{
border-color: #DCB0AB;
}
.TagClassName
{
border-color: #DCB0AB;
}
</style>