Shades of Clam Shell #D9AD9F
Tints of Clam Shell #D9AD9F
RGB
CMYK
RGB Variations
Color information
#D9AD9F (or 0xD9AD9F) is known color: Clam Shell. HEX triplet: D9, AD and 9F. RGB value is (217,173,159). Sum of RGB (Red+Green+Blue) = 217+173+159=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 159 (62.5% from 255 or 28.96% from 549); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AD9F is #265260. Grayscale: #B8B8B8. Windows color (decimal): -2511457 or 10464729. OLE color: 10464729.
HSL color Cylindrical-coordinate representation of color #D9AD9F: hue angle of 14.48º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D9AD9F is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 173 | 159 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.15 |
| HSL | 14.48º | 0.43% | 0.74% | - |
| HSV(B) | 14.48º | 0.27% | 0.85% | - |
| XYZ | 49.82 | 47.14 | 39.27 | - |
| YUV | 184.56 | 113.58 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 173 | 159 | 0 | 0.20 | 0.27 | 0.15 | 14.48 | 0.43 | 0.74 |
| Hex | D9 | AD | 9F | 0 | 14 | 1B | F | E | 2B | 4A |
| Octal | 331 | 255 | 237 | 0 | 24 | 33 | 17 | 16 | 53 | 112 |
| Binary | 11011001 | 10101101 | 10011111 | 0 | 10100 | 11011 | 1111 | 1110 | 101011 | 1001010 |
Color Harmonies of #D9AD9F
Complementary color
Monochromatic Colors of #D9AD9F
Black with #D9AD9F
Text Example
Text Example
White with #D9AD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AD9F; }
p { color: rgb(217,173,159); }
H1.HeaderClassName
{
color: #D9AD9F;
}
.AnyTagClassName
{
color: #D9AD9F;
}
</style>
background-color css
<style>
a { background-color: #D9AD9F; }
a { background-color: rgb(217,173,159); }
div.DivClassName
{
background-color: #D9AD9F;
}
.BgClassName
{
background-color: #D9AD9F;
}
</style>
border-color css
<style>
span { border-color: #D9AD9F; }
span { border-color: rgb(217,173,159); }
td.TdClassName
{
border-color: #D9AD9F;
}
.TagClassName
{
border-color: #D9AD9F;
}
</style>