Shades of Clam Shell #D5B3A3
Tints of Clam Shell #D5B3A3
RGB
CMYK
RGB Variations
Color information
#D5B3A3 (or 0xD5B3A3) is known color: Clam Shell. HEX triplet: D5, B3 and A3. RGB value is (213,179,163). Sum of RGB (Red+Green+Blue) = 213+179+163=555 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.38% from 555); Green value is 179 (70.31% from 255 or 32.25% from 555); Blue value is 163 (64.06% from 255 or 29.37% from 555); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B3A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B3A3 is #2A4C5C. Grayscale: #BBBBBB. Windows color (decimal): -2772061 or 10728405. OLE color: 10728405.
HSL color Cylindrical-coordinate representation of color #D5B3A3: hue angle of 19.2º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D5B3A3 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 179 | 163 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.16 |
| HSL | 19.2º | 0.37% | 0.74% | - |
| HSV(B) | 19.2º | 0.23% | 0.84% | - |
| XYZ | 50.17 | 49.03 | 41.47 | - |
| YUV | 187.34 | 114.26 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 179 | 163 | 0 | 0.16 | 0.23 | 0.16 | 19.2 | 0.37 | 0.74 |
| Hex | D5 | B3 | A3 | 0 | 10 | 17 | 10 | 13 | 25 | 4A |
| Octal | 325 | 263 | 243 | 0 | 20 | 27 | 20 | 23 | 45 | 112 |
| Binary | 11010101 | 10110011 | 10100011 | 0 | 10000 | 10111 | 10000 | 10011 | 100101 | 1001010 |
Color Harmonies of #D5B3A3
Complementary color
Monochromatic Colors of #D5B3A3
Black with #D5B3A3
Text Example
Text Example
White with #D5B3A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B3A3; }
p { color: rgb(213,179,163); }
H1.HeaderClassName
{
color: #D5B3A3;
}
.AnyTagClassName
{
color: #D5B3A3;
}
</style>
background-color css
<style>
a { background-color: #D5B3A3; }
a { background-color: rgb(213,179,163); }
div.DivClassName
{
background-color: #D5B3A3;
}
.BgClassName
{
background-color: #D5B3A3;
}
</style>
border-color css
<style>
span { border-color: #D5B3A3; }
span { border-color: rgb(213,179,163); }
td.TdClassName
{
border-color: #D5B3A3;
}
.TagClassName
{
border-color: #D5B3A3;
}
</style>