Shades of Oyster Pink #DCB0AA
Tints of Oyster Pink #DCB0AA
RGB
CMYK
RGB Variations
Color information
#DCB0AA (or 0xDCB0AA) is known color: Oyster Pink. HEX triplet: DC, B0 and AA. RGB value is (220,176,170). Sum of RGB (Red+Green+Blue) = 220+176+170=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 176 (69.14% from 255 or 31.10% from 566); Blue value is 170 (66.80% from 255 or 30.04% from 566); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB0AA is #234F55. Grayscale: #BCBCBC. Windows color (decimal): -2314070 or 11186396. OLE color: 11186396.
HSL color Cylindrical-coordinate representation of color #DCB0AA: hue angle of 7.2º 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 #DCB0AA is Cyan = 0, Magento = 0.2, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 170 | - |
| CMYK | 0 | 0.2 | 0.23 | 0.14 |
| HSL | 7.2º | 0.42% | 0.76% | - |
| HSV(B) | 7.2º | 0.23% | 0.86% | - |
| XYZ | 52.3 | 49.17 | 44.76 | - |
| YUV | 188.47 | 117.58 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 170 | 0 | 0.2 | 0.23 | 0.14 | 7.2 | 0.42 | 0.76 |
| Hex | DC | B0 | AA | 0 | 14 | 17 | E | 7 | 2A | 4C |
| Octal | 334 | 260 | 252 | 0 | 24 | 27 | 16 | 7 | 52 | 114 |
| Binary | 11011100 | 10110000 | 10101010 | 0 | 10100 | 10111 | 1110 | 111 | 101010 | 1001100 |
Color Harmonies of #DCB0AA
Complementary color
Monochromatic Colors of #DCB0AA
Black with #DCB0AA
Text Example
Text Example
White with #DCB0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB0AA; }
p { color: rgb(220,176,170); }
H1.HeaderClassName
{
color: #DCB0AA;
}
.AnyTagClassName
{
color: #DCB0AA;
}
</style>
background-color css
<style>
a { background-color: #DCB0AA; }
a { background-color: rgb(220,176,170); }
div.DivClassName
{
background-color: #DCB0AA;
}
.BgClassName
{
background-color: #DCB0AA;
}
</style>
border-color css
<style>
span { border-color: #DCB0AA; }
span { border-color: rgb(220,176,170); }
td.TdClassName
{
border-color: #DCB0AA;
}
.TagClassName
{
border-color: #DCB0AA;
}
</style>