Shades of Clam Shell #D8ACA3
Tints of Clam Shell #D8ACA3
RGB
CMYK
RGB Variations
Color information
#D8ACA3 (or 0xD8ACA3) is known color: Clam Shell. HEX triplet: D8, AC and A3. RGB value is (216,172,163). Sum of RGB (Red+Green+Blue) = 216+172+163=551 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.20% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 163 (64.06% from 255 or 29.58% from 551); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ACA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8ACA3 is #27535C. Grayscale: #B8B8B8. Windows color (decimal): -2577245 or 10726616. OLE color: 10726616.
HSL color Cylindrical-coordinate representation of color #D8ACA3: hue angle of 10.19º degrees, saturation: 0.4, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D8ACA3 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 172 | 163 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.15 |
| HSL | 10.19º | 0.4% | 0.74% | - |
| HSV(B) | 10.19º | 0.25% | 0.85% | - |
| XYZ | 49.68 | 46.75 | 41.06 | - |
| YUV | 184.13 | 116.08 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 172 | 163 | 0 | 0.20 | 0.25 | 0.15 | 10.19 | 0.4 | 0.74 |
| Hex | D8 | AC | A3 | 0 | 14 | 19 | F | A | 28 | 4A |
| Octal | 330 | 254 | 243 | 0 | 24 | 31 | 17 | 12 | 50 | 112 |
| Binary | 11011000 | 10101100 | 10100011 | 0 | 10100 | 11001 | 1111 | 1010 | 101000 | 1001010 |
Color Harmonies of #D8ACA3
Complementary color
Monochromatic Colors of #D8ACA3
Black with #D8ACA3
Text Example
Text Example
White with #D8ACA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8ACA3; }
p { color: rgb(216,172,163); }
H1.HeaderClassName
{
color: #D8ACA3;
}
.AnyTagClassName
{
color: #D8ACA3;
}
</style>
background-color css
<style>
a { background-color: #D8ACA3; }
a { background-color: rgb(216,172,163); }
div.DivClassName
{
background-color: #D8ACA3;
}
.BgClassName
{
background-color: #D8ACA3;
}
</style>
border-color css
<style>
span { border-color: #D8ACA3; }
span { border-color: rgb(216,172,163); }
td.TdClassName
{
border-color: #D8ACA3;
}
.TagClassName
{
border-color: #D8ACA3;
}
</style>