Shades of Clam Shell #D9ADA1
Tints of Clam Shell #D9ADA1
RGB
CMYK
RGB Variations
Color information
#D9ADA1 (or 0xD9ADA1) is known color: Clam Shell. HEX triplet: D9, AD and A1. RGB value is (217,173,161). Sum of RGB (Red+Green+Blue) = 217+173+161=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 161 (63.28% from 255 or 29.22% from 551); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ADA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9ADA1 is #26525E. Grayscale: #B8B8B8. Windows color (decimal): -2511455 or 10595801. OLE color: 10595801.
HSL color Cylindrical-coordinate representation of color #D9ADA1: 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 #D9ADA1 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 173 | 161 | - |
| 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.99 | 47.21 | 40.2 | - |
| YUV | 184.79 | 114.58 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 173 | 161 | 0 | 0.20 | 0.26 | 0.15 | 12.86 | 0.42 | 0.74 |
| Hex | D9 | AD | A1 | 0 | 14 | 1A | F | D | 2A | 4A |
| Octal | 331 | 255 | 241 | 0 | 24 | 32 | 17 | 15 | 52 | 112 |
| Binary | 11011001 | 10101101 | 10100001 | 0 | 10100 | 11010 | 1111 | 1101 | 101010 | 1001010 |
Color Harmonies of #D9ADA1
Complementary color
Monochromatic Colors of #D9ADA1
Black with #D9ADA1
Text Example
Text Example
White with #D9ADA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ADA1; }
p { color: rgb(217,173,161); }
H1.HeaderClassName
{
color: #D9ADA1;
}
.AnyTagClassName
{
color: #D9ADA1;
}
</style>
background-color css
<style>
a { background-color: #D9ADA1; }
a { background-color: rgb(217,173,161); }
div.DivClassName
{
background-color: #D9ADA1;
}
.BgClassName
{
background-color: #D9ADA1;
}
</style>
border-color css
<style>
span { border-color: #D9ADA1; }
span { border-color: rgb(217,173,161); }
td.TdClassName
{
border-color: #D9ADA1;
}
.TagClassName
{
border-color: #D9ADA1;
}
</style>