Shades of Clam Shell #D7ADA0
Tints of Clam Shell #D7ADA0
RGB
CMYK
RGB Variations
Color information
#D7ADA0 (or 0xD7ADA0) is known color: Clam Shell. HEX triplet: D7, AD and A0. RGB value is (215,173,160). Sum of RGB (Red+Green+Blue) = 215+173+160=548 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.23% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 160 (62.89% from 255 or 29.20% from 548); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ADA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7ADA0 is #28525F. Grayscale: #B8B8B8. Windows color (decimal): -2642528 or 10530263. OLE color: 10530263.
HSL color Cylindrical-coordinate representation of color #D7ADA0: hue angle of 14.18º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D7ADA0 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 173 | 160 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.16 |
| HSL | 14.18º | 0.41% | 0.74% | - |
| HSV(B) | 14.18º | 0.26% | 0.84% | - |
| XYZ | 49.31 | 46.87 | 39.71 | - |
| YUV | 184.08 | 114.41 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 173 | 160 | 0 | 0.20 | 0.26 | 0.16 | 14.18 | 0.41 | 0.74 |
| Hex | D7 | AD | A0 | 0 | 14 | 1A | 10 | E | 29 | 4A |
| Octal | 327 | 255 | 240 | 0 | 24 | 32 | 20 | 16 | 51 | 112 |
| Binary | 11010111 | 10101101 | 10100000 | 0 | 10100 | 11010 | 10000 | 1110 | 101001 | 1001010 |
Color Harmonies of #D7ADA0
Complementary color
Monochromatic Colors of #D7ADA0
Black with #D7ADA0
Text Example
Text Example
White with #D7ADA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7ADA0; }
p { color: rgb(215,173,160); }
H1.HeaderClassName
{
color: #D7ADA0;
}
.AnyTagClassName
{
color: #D7ADA0;
}
</style>
background-color css
<style>
a { background-color: #D7ADA0; }
a { background-color: rgb(215,173,160); }
div.DivClassName
{
background-color: #D7ADA0;
}
.BgClassName
{
background-color: #D7ADA0;
}
</style>
border-color css
<style>
span { border-color: #D7ADA0; }
span { border-color: rgb(215,173,160); }
td.TdClassName
{
border-color: #D7ADA0;
}
.TagClassName
{
border-color: #D7ADA0;
}
</style>