Shades of Oyster Pink #DCACA9
Tints of Oyster Pink #DCACA9
RGB
CMYK
RGB Variations
Color information
#DCACA9 (or 0xDCACA9) is known color: Oyster Pink. HEX triplet: DC, AC and A9. RGB value is (220,172,169). Sum of RGB (Red+Green+Blue) = 220+172+169=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 172 (67.58% from 255 or 30.66% from 561); Blue value is 169 (66.41% from 255 or 30.12% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCACA9 is #235356. Grayscale: #BABABA. Windows color (decimal): -2315095 or 11119836. OLE color: 11119836.
HSL color Cylindrical-coordinate representation of color #DCACA9: hue angle of 3.53º 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 #DCACA9 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 169 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.14 |
| HSL | 3.53º | 0.42% | 0.76% | - |
| HSV(B) | 3.53º | 0.23% | 0.86% | - |
| XYZ | 51.43 | 47.59 | 44.01 | - |
| YUV | 186.01 | 118.4 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 169 | 0 | 0.22 | 0.23 | 0.14 | 3.53 | 0.42 | 0.76 |
| Hex | DC | AC | A9 | 0 | 16 | 17 | E | 4 | 2A | 4C |
| Octal | 334 | 254 | 251 | 0 | 26 | 27 | 16 | 4 | 52 | 114 |
| Binary | 11011100 | 10101100 | 10101001 | 0 | 10110 | 10111 | 1110 | 100 | 101010 | 1001100 |
Color Harmonies of #DCACA9
Complementary color
Monochromatic Colors of #DCACA9
Black with #DCACA9
Text Example
Text Example
White with #DCACA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCACA9; }
p { color: rgb(220,172,169); }
H1.HeaderClassName
{
color: #DCACA9;
}
.AnyTagClassName
{
color: #DCACA9;
}
</style>
background-color css
<style>
a { background-color: #DCACA9; }
a { background-color: rgb(220,172,169); }
div.DivClassName
{
background-color: #DCACA9;
}
.BgClassName
{
background-color: #DCACA9;
}
</style>
border-color css
<style>
span { border-color: #DCACA9; }
span { border-color: rgb(220,172,169); }
td.TdClassName
{
border-color: #DCACA9;
}
.TagClassName
{
border-color: #DCACA9;
}
</style>