Shades of Clam Shell #D9B3AA
Tints of Clam Shell #D9B3AA
RGB
CMYK
RGB Variations
Color information
#D9B3AA (or 0xD9B3AA) is known color: Clam Shell. HEX triplet: D9, B3 and AA. RGB value is (217,179,170). Sum of RGB (Red+Green+Blue) = 217+179+170=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 179 (70.31% from 255 or 31.63% from 566); Blue value is 170 (66.80% from 255 or 30.04% from 566); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B3AA is #264C55. Grayscale: #BDBDBD. Windows color (decimal): -2509910 or 11187161. OLE color: 11187161.
HSL color Cylindrical-coordinate representation of color #D9B3AA: hue angle of 11.49º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9B3AA is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 179 | 170 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.15 |
| HSL | 11.49º | 0.38% | 0.76% | - |
| HSV(B) | 11.49º | 0.22% | 0.85% | - |
| XYZ | 51.99 | 49.89 | 44.92 | - |
| YUV | 189.34 | 117.09 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 179 | 170 | 0 | 0.18 | 0.22 | 0.15 | 11.49 | 0.38 | 0.76 |
| Hex | D9 | B3 | AA | 0 | 12 | 16 | F | B | 26 | 4C |
| Octal | 331 | 263 | 252 | 0 | 22 | 26 | 17 | 13 | 46 | 114 |
| Binary | 11011001 | 10110011 | 10101010 | 0 | 10010 | 10110 | 1111 | 1011 | 100110 | 1001100 |
Color Harmonies of #D9B3AA
Complementary color
Monochromatic Colors of #D9B3AA
Black with #D9B3AA
Text Example
Text Example
White with #D9B3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B3AA; }
p { color: rgb(217,179,170); }
H1.HeaderClassName
{
color: #D9B3AA;
}
.AnyTagClassName
{
color: #D9B3AA;
}
</style>
background-color css
<style>
a { background-color: #D9B3AA; }
a { background-color: rgb(217,179,170); }
div.DivClassName
{
background-color: #D9B3AA;
}
.BgClassName
{
background-color: #D9B3AA;
}
</style>
border-color css
<style>
span { border-color: #D9B3AA; }
span { border-color: rgb(217,179,170); }
td.TdClassName
{
border-color: #D9B3AA;
}
.TagClassName
{
border-color: #D9B3AA;
}
</style>