Shades of Clam Shell #D5AD9F
Tints of Clam Shell #D5AD9F
RGB
CMYK
RGB Variations
Color information
#D5AD9F (or 0xD5AD9F) is known color: Clam Shell. HEX triplet: D5, AD and 9F. RGB value is (213,173,159). Sum of RGB (Red+Green+Blue) = 213+173+159=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 173 (67.97% from 255 or 31.74% from 545); Blue value is 159 (62.5% from 255 or 29.17% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AD9F is #2A5260. Grayscale: #B7B7B7. Windows color (decimal): -2773601 or 10464725. OLE color: 10464725.
HSL color Cylindrical-coordinate representation of color #D5AD9F: hue angle of 15.56º degrees, saturation: 0.39, 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 #D5AD9F is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 173 | 159 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.16 |
| HSL | 15.56º | 0.39% | 0.73% | - |
| HSV(B) | 15.56º | 0.25% | 0.84% | - |
| XYZ | 48.64 | 46.54 | 39.22 | - |
| YUV | 183.36 | 114.25 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 159 | 0 | 0.19 | 0.25 | 0.16 | 15.56 | 0.39 | 0.73 |
| Hex | D5 | AD | 9F | 0 | 13 | 19 | 10 | 10 | 27 | 49 |
| Octal | 325 | 255 | 237 | 0 | 23 | 31 | 20 | 20 | 47 | 111 |
| Binary | 11010101 | 10101101 | 10011111 | 0 | 10011 | 11001 | 10000 | 10000 | 100111 | 1001001 |
Color Harmonies of #D5AD9F
Complementary color
Monochromatic Colors of #D5AD9F
Black with #D5AD9F
Text Example
Text Example
White with #D5AD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AD9F; }
p { color: rgb(213,173,159); }
H1.HeaderClassName
{
color: #D5AD9F;
}
.AnyTagClassName
{
color: #D5AD9F;
}
</style>
background-color css
<style>
a { background-color: #D5AD9F; }
a { background-color: rgb(213,173,159); }
div.DivClassName
{
background-color: #D5AD9F;
}
.BgClassName
{
background-color: #D5AD9F;
}
</style>
border-color css
<style>
span { border-color: #D5AD9F; }
span { border-color: rgb(213,173,159); }
td.TdClassName
{
border-color: #D5AD9F;
}
.TagClassName
{
border-color: #D5AD9F;
}
</style>