Shades of Clam Shell #D7B5A3
Tints of Clam Shell #D7B5A3
RGB
CMYK
RGB Variations
Color information
#D7B5A3 (or 0xD7B5A3) is known color: Clam Shell. HEX triplet: D7, B5 and A3. RGB value is (215,181,163). Sum of RGB (Red+Green+Blue) = 215+181+163=559 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.46% from 559); Green value is 181 (71.09% from 255 or 32.38% from 559); Blue value is 163 (64.06% from 255 or 29.16% from 559); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B5A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B5A3 is #284A5C. Grayscale: #BDBDBD. Windows color (decimal): -2640477 or 10728919. OLE color: 10728919.
HSL color Cylindrical-coordinate representation of color #D7B5A3: hue angle of 20.77º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D7B5A3 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 181 | 163 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.16 |
| HSL | 20.77º | 0.39% | 0.74% | - |
| HSV(B) | 20.77º | 0.24% | 0.84% | - |
| XYZ | 51.16 | 50.14 | 41.63 | - |
| YUV | 189.11 | 113.26 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 181 | 163 | 0 | 0.16 | 0.24 | 0.16 | 20.77 | 0.39 | 0.74 |
| Hex | D7 | B5 | A3 | 0 | 10 | 18 | 10 | 15 | 27 | 4A |
| Octal | 327 | 265 | 243 | 0 | 20 | 30 | 20 | 25 | 47 | 112 |
| Binary | 11010111 | 10110101 | 10100011 | 0 | 10000 | 11000 | 10000 | 10101 | 100111 | 1001010 |
Color Harmonies of #D7B5A3
Complementary color
Monochromatic Colors of #D7B5A3
Black with #D7B5A3
Text Example
Text Example
White with #D7B5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B5A3; }
p { color: rgb(215,181,163); }
H1.HeaderClassName
{
color: #D7B5A3;
}
.AnyTagClassName
{
color: #D7B5A3;
}
</style>
background-color css
<style>
a { background-color: #D7B5A3; }
a { background-color: rgb(215,181,163); }
div.DivClassName
{
background-color: #D7B5A3;
}
.BgClassName
{
background-color: #D7B5A3;
}
</style>
border-color css
<style>
span { border-color: #D7B5A3; }
span { border-color: rgb(215,181,163); }
td.TdClassName
{
border-color: #D7B5A3;
}
.TagClassName
{
border-color: #D7B5A3;
}
</style>