Shades of Clam Shell #D6B7AA
Tints of Clam Shell #D6B7AA
RGB
CMYK
RGB Variations
Color information
#D6B7AA (or 0xD6B7AA) is known color: Clam Shell. HEX triplet: D6, B7 and AA. RGB value is (214,183,170). Sum of RGB (Red+Green+Blue) = 214+183+170=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 183 (71.88% from 255 or 32.28% from 567); Blue value is 170 (66.80% from 255 or 29.98% from 567); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B7AA is #294855. Grayscale: #BEBEBE. Windows color (decimal): -2705494 or 11188182. OLE color: 11188182.
HSL color Cylindrical-coordinate representation of color #D6B7AA: hue angle of 17.73º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6B7AA is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 183 | 170 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.16 |
| HSL | 17.73º | 0.35% | 0.75% | - |
| HSV(B) | 17.73º | 0.21% | 0.84% | - |
| XYZ | 51.92 | 51.07 | 45.15 | - |
| YUV | 190.79 | 116.27 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 183 | 170 | 0 | 0.14 | 0.21 | 0.16 | 17.73 | 0.35 | 0.75 |
| Hex | D6 | B7 | AA | 0 | E | 15 | 10 | 12 | 23 | 4B |
| Octal | 326 | 267 | 252 | 0 | 16 | 25 | 20 | 22 | 43 | 113 |
| Binary | 11010110 | 10110111 | 10101010 | 0 | 1110 | 10101 | 10000 | 10010 | 100011 | 1001011 |
Color Harmonies of #D6B7AA
Complementary color
Monochromatic Colors of #D6B7AA
Black with #D6B7AA
Text Example
Text Example
White with #D6B7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B7AA; }
p { color: rgb(214,183,170); }
H1.HeaderClassName
{
color: #D6B7AA;
}
.AnyTagClassName
{
color: #D6B7AA;
}
</style>
background-color css
<style>
a { background-color: #D6B7AA; }
a { background-color: rgb(214,183,170); }
div.DivClassName
{
background-color: #D6B7AA;
}
.BgClassName
{
background-color: #D6B7AA;
}
</style>
border-color css
<style>
span { border-color: #D6B7AA; }
span { border-color: rgb(214,183,170); }
td.TdClassName
{
border-color: #D6B7AA;
}
.TagClassName
{
border-color: #D6B7AA;
}
</style>