Shades of Clam Shell #D7B2A0
Tints of Clam Shell #D7B2A0
RGB
CMYK
RGB Variations
Color information
#D7B2A0 (or 0xD7B2A0) is known color: Clam Shell. HEX triplet: D7, B2 and A0. RGB value is (215,178,160). Sum of RGB (Red+Green+Blue) = 215+178+160=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 178 (69.92% from 255 or 32.19% from 553); Blue value is 160 (62.89% from 255 or 28.93% from 553); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B2A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B2A0 is #284D5F. Grayscale: #BBBBBB. Windows color (decimal): -2641248 or 10531543. OLE color: 10531543.
HSL color Cylindrical-coordinate representation of color #D7B2A0: hue angle of 19.64º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D7B2A0 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 178 | 160 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.16 |
| HSL | 19.64º | 0.41% | 0.74% | - |
| HSV(B) | 19.64º | 0.26% | 0.84% | - |
| XYZ | 50.29 | 48.83 | 40.03 | - |
| YUV | 187.01 | 112.76 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 178 | 160 | 0 | 0.17 | 0.26 | 0.16 | 19.64 | 0.41 | 0.74 |
| Hex | D7 | B2 | A0 | 0 | 11 | 1A | 10 | 14 | 29 | 4A |
| Octal | 327 | 262 | 240 | 0 | 21 | 32 | 20 | 24 | 51 | 112 |
| Binary | 11010111 | 10110010 | 10100000 | 0 | 10001 | 11010 | 10000 | 10100 | 101001 | 1001010 |
Color Harmonies of #D7B2A0
Complementary color
Monochromatic Colors of #D7B2A0
Black with #D7B2A0
Text Example
Text Example
White with #D7B2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B2A0; }
p { color: rgb(215,178,160); }
H1.HeaderClassName
{
color: #D7B2A0;
}
.AnyTagClassName
{
color: #D7B2A0;
}
</style>
background-color css
<style>
a { background-color: #D7B2A0; }
a { background-color: rgb(215,178,160); }
div.DivClassName
{
background-color: #D7B2A0;
}
.BgClassName
{
background-color: #D7B2A0;
}
</style>
border-color css
<style>
span { border-color: #D7B2A0; }
span { border-color: rgb(215,178,160); }
td.TdClassName
{
border-color: #D7B2A0;
}
.TagClassName
{
border-color: #D7B2A0;
}
</style>