Shades of Clam Shell #D6ADA0
Tints of Clam Shell #D6ADA0
RGB
CMYK
RGB Variations
Color information
#D6ADA0 (or 0xD6ADA0) is known color: Clam Shell. HEX triplet: D6, AD and A0. RGB value is (214,173,160). Sum of RGB (Red+Green+Blue) = 214+173+160=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 160 (62.89% from 255 or 29.25% from 547); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ADA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6ADA0 is #29525F. Grayscale: #B7B7B7. Windows color (decimal): -2708064 or 10530262. OLE color: 10530262.
HSL color Cylindrical-coordinate representation of color #D6ADA0: hue angle of 14.44º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6ADA0 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 173 | 160 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.16 |
| HSL | 14.44º | 0.4% | 0.73% | - |
| HSV(B) | 14.44º | 0.25% | 0.84% | - |
| XYZ | 49.02 | 46.72 | 39.69 | - |
| YUV | 183.78 | 114.58 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 173 | 160 | 0 | 0.19 | 0.25 | 0.16 | 14.44 | 0.4 | 0.73 |
| Hex | D6 | AD | A0 | 0 | 13 | 19 | 10 | E | 28 | 49 |
| Octal | 326 | 255 | 240 | 0 | 23 | 31 | 20 | 16 | 50 | 111 |
| Binary | 11010110 | 10101101 | 10100000 | 0 | 10011 | 11001 | 10000 | 1110 | 101000 | 1001001 |
Color Harmonies of #D6ADA0
Complementary color
Monochromatic Colors of #D6ADA0
Black with #D6ADA0
Text Example
Text Example
White with #D6ADA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6ADA0; }
p { color: rgb(214,173,160); }
H1.HeaderClassName
{
color: #D6ADA0;
}
.AnyTagClassName
{
color: #D6ADA0;
}
</style>
background-color css
<style>
a { background-color: #D6ADA0; }
a { background-color: rgb(214,173,160); }
div.DivClassName
{
background-color: #D6ADA0;
}
.BgClassName
{
background-color: #D6ADA0;
}
</style>
border-color css
<style>
span { border-color: #D6ADA0; }
span { border-color: rgb(214,173,160); }
td.TdClassName
{
border-color: #D6ADA0;
}
.TagClassName
{
border-color: #D6ADA0;
}
</style>