Shades of Clam Shell #D2AD9F
Tints of Clam Shell #D2AD9F
RGB
CMYK
RGB Variations
Color information
#D2AD9F (or 0xD2AD9F) is known color: Clam Shell. HEX triplet: D2, AD and 9F. RGB value is (210,173,159). Sum of RGB (Red+Green+Blue) = 210+173+159=542 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.75% from 542); Green value is 173 (67.97% from 255 or 31.92% from 542); Blue value is 159 (62.5% from 255 or 29.34% from 542); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AD9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AD9F is #2D5260. Grayscale: #B6B6B6. Windows color (decimal): -2970209 or 10464722. OLE color: 10464722.
HSL color Cylindrical-coordinate representation of color #D2AD9F: hue angle of 16.47º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D2AD9F is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 173 | 159 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.18 |
| HSL | 16.47º | 0.36% | 0.72% | - |
| HSV(B) | 16.47º | 0.24% | 0.82% | - |
| XYZ | 47.78 | 46.09 | 39.18 | - |
| YUV | 182.47 | 114.76 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 173 | 159 | 0 | 0.18 | 0.24 | 0.18 | 16.47 | 0.36 | 0.72 |
| Hex | D2 | AD | 9F | 0 | 12 | 18 | 12 | 10 | 24 | 48 |
| Octal | 322 | 255 | 237 | 0 | 22 | 30 | 22 | 20 | 44 | 110 |
| Binary | 11010010 | 10101101 | 10011111 | 0 | 10010 | 11000 | 10010 | 10000 | 100100 | 1001000 |
Color Harmonies of #D2AD9F
Complementary color
Monochromatic Colors of #D2AD9F
Black with #D2AD9F
Text Example
Text Example
White with #D2AD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AD9F; }
p { color: rgb(210,173,159); }
H1.HeaderClassName
{
color: #D2AD9F;
}
.AnyTagClassName
{
color: #D2AD9F;
}
</style>
background-color css
<style>
a { background-color: #D2AD9F; }
a { background-color: rgb(210,173,159); }
div.DivClassName
{
background-color: #D2AD9F;
}
.BgClassName
{
background-color: #D2AD9F;
}
</style>
border-color css
<style>
span { border-color: #D2AD9F; }
span { border-color: rgb(210,173,159); }
td.TdClassName
{
border-color: #D2AD9F;
}
.TagClassName
{
border-color: #D2AD9F;
}
</style>