Shades of Clam Shell #D8ACA0
Tints of Clam Shell #D8ACA0
RGB
CMYK
RGB Variations
Color information
#D8ACA0 (or 0xD8ACA0) is known color: Clam Shell. HEX triplet: D8, AC and A0. RGB value is (216,172,160). Sum of RGB (Red+Green+Blue) = 216+172+160=548 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.42% from 548); Green value is 172 (67.58% from 255 or 31.39% from 548); Blue value is 160 (62.89% from 255 or 29.20% from 548); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ACA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8ACA0 is #27535F. Grayscale: #B7B7B7. Windows color (decimal): -2577248 or 10530008. OLE color: 10530008.
HSL color Cylindrical-coordinate representation of color #D8ACA0: hue angle of 12.86º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8ACA0 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 172 | 160 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.15 |
| HSL | 12.86º | 0.42% | 0.74% | - |
| HSV(B) | 12.86º | 0.26% | 0.85% | - |
| XYZ | 49.42 | 46.64 | 39.66 | - |
| YUV | 183.79 | 114.58 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 172 | 160 | 0 | 0.20 | 0.26 | 0.15 | 12.86 | 0.42 | 0.74 |
| Hex | D8 | AC | A0 | 0 | 14 | 1A | F | D | 2A | 4A |
| Octal | 330 | 254 | 240 | 0 | 24 | 32 | 17 | 15 | 52 | 112 |
| Binary | 11011000 | 10101100 | 10100000 | 0 | 10100 | 11010 | 1111 | 1101 | 101010 | 1001010 |
Color Harmonies of #D8ACA0
Complementary color
Monochromatic Colors of #D8ACA0
Black with #D8ACA0
Text Example
Text Example
White with #D8ACA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8ACA0; }
p { color: rgb(216,172,160); }
H1.HeaderClassName
{
color: #D8ACA0;
}
.AnyTagClassName
{
color: #D8ACA0;
}
</style>
background-color css
<style>
a { background-color: #D8ACA0; }
a { background-color: rgb(216,172,160); }
div.DivClassName
{
background-color: #D8ACA0;
}
.BgClassName
{
background-color: #D8ACA0;
}
</style>
border-color css
<style>
span { border-color: #D8ACA0; }
span { border-color: rgb(216,172,160); }
td.TdClassName
{
border-color: #D8ACA0;
}
.TagClassName
{
border-color: #D8ACA0;
}
</style>