Shades of Oyster Pink #D4AAA7
Tints of Oyster Pink #D4AAA7
RGB
CMYK
RGB Variations
Color information
#D4AAA7 (or 0xD4AAA7) is known color: Oyster Pink. HEX triplet: D4, AA and A7. RGB value is (212,170,167). Sum of RGB (Red+Green+Blue) = 212+170+167=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 167 (65.62% from 255 or 30.42% from 549); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AAA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AAA7 is #2B5558. Grayscale: #B6B6B6. Windows color (decimal): -2839897 or 10988244. OLE color: 10988244.
HSL color Cylindrical-coordinate representation of color #D4AAA7: hue angle of 4º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D4AAA7 is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 170 | 167 | - |
| CMYK | 0 | 0.20 | 0.21 | 0.17 |
| HSL | 4º | 0.34% | 0.74% | - |
| HSV(B) | 4º | 0.21% | 0.83% | - |
| XYZ | 48.5 | 45.54 | 42.79 | - |
| YUV | 182.22 | 119.41 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 170 | 167 | 0 | 0.20 | 0.21 | 0.17 | 4 | 0.34 | 0.74 |
| Hex | D4 | AA | A7 | 0 | 14 | 15 | 11 | 4 | 22 | 4A |
| Octal | 324 | 252 | 247 | 0 | 24 | 25 | 21 | 4 | 42 | 112 |
| Binary | 11010100 | 10101010 | 10100111 | 0 | 10100 | 10101 | 10001 | 100 | 100010 | 1001010 |
Color Harmonies of #D4AAA7
Complementary color
Monochromatic Colors of #D4AAA7
Black with #D4AAA7
Text Example
Text Example
White with #D4AAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AAA7; }
p { color: rgb(212,170,167); }
H1.HeaderClassName
{
color: #D4AAA7;
}
.AnyTagClassName
{
color: #D4AAA7;
}
</style>
background-color css
<style>
a { background-color: #D4AAA7; }
a { background-color: rgb(212,170,167); }
div.DivClassName
{
background-color: #D4AAA7;
}
.BgClassName
{
background-color: #D4AAA7;
}
</style>
border-color css
<style>
span { border-color: #D4AAA7; }
span { border-color: rgb(212,170,167); }
td.TdClassName
{
border-color: #D4AAA7;
}
.TagClassName
{
border-color: #D4AAA7;
}
</style>