Shades of Clam Shell #D5AD9D
Tints of Clam Shell #D5AD9D
RGB
CMYK
RGB Variations
Color information
#D5AD9D (or 0xD5AD9D) is known color: Clam Shell. HEX triplet: D5, AD and 9D. RGB value is (213,173,157). Sum of RGB (Red+Green+Blue) = 213+173+157=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 157 (61.72% from 255 or 28.91% from 543); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AD9D is #2A5262. Grayscale: #B7B7B7. Windows color (decimal): -2773603 or 10333653. OLE color: 10333653.
HSL color Cylindrical-coordinate representation of color #D5AD9D: hue angle of 17.14º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D5AD9D is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 173 | 157 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.16 |
| HSL | 17.14º | 0.4% | 0.73% | - |
| HSV(B) | 17.14º | 0.26% | 0.84% | - |
| XYZ | 48.47 | 46.47 | 38.31 | - |
| YUV | 183.14 | 113.25 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 157 | 0 | 0.19 | 0.26 | 0.16 | 17.14 | 0.4 | 0.73 |
| Hex | D5 | AD | 9D | 0 | 13 | 1A | 10 | 11 | 28 | 49 |
| Octal | 325 | 255 | 235 | 0 | 23 | 32 | 20 | 21 | 50 | 111 |
| Binary | 11010101 | 10101101 | 10011101 | 0 | 10011 | 11010 | 10000 | 10001 | 101000 | 1001001 |
Color Harmonies of #D5AD9D
Complementary color
Monochromatic Colors of #D5AD9D
Black with #D5AD9D
Text Example
Text Example
White with #D5AD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AD9D; }
p { color: rgb(213,173,157); }
H1.HeaderClassName
{
color: #D5AD9D;
}
.AnyTagClassName
{
color: #D5AD9D;
}
</style>
background-color css
<style>
a { background-color: #D5AD9D; }
a { background-color: rgb(213,173,157); }
div.DivClassName
{
background-color: #D5AD9D;
}
.BgClassName
{
background-color: #D5AD9D;
}
</style>
border-color css
<style>
span { border-color: #D5AD9D; }
span { border-color: rgb(213,173,157); }
td.TdClassName
{
border-color: #D5AD9D;
}
.TagClassName
{
border-color: #D5AD9D;
}
</style>