Shades of Clam Shell #D4B0A0
Tints of Clam Shell #D4B0A0
RGB
CMYK
RGB Variations
Color information
#D4B0A0 (or 0xD4B0A0) is known color: Clam Shell. HEX triplet: D4, B0 and A0. RGB value is (212,176,160). Sum of RGB (Red+Green+Blue) = 212+176+160=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 176 (69.14% from 255 or 32.12% from 548); Blue value is 160 (62.89% from 255 or 29.20% from 548); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B0A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4B0A0 is #2B4F5F. Grayscale: #B9B9B9. Windows color (decimal): -2838368 or 10531028. OLE color: 10531028.
HSL color Cylindrical-coordinate representation of color #D4B0A0: hue angle of 18.46º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D4B0A0 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 176 | 160 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.17 |
| HSL | 18.46º | 0.38% | 0.73% | - |
| HSV(B) | 18.46º | 0.25% | 0.83% | - |
| XYZ | 49.02 | 47.59 | 39.86 | - |
| YUV | 184.94 | 113.93 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 176 | 160 | 0 | 0.17 | 0.25 | 0.17 | 18.46 | 0.38 | 0.73 |
| Hex | D4 | B0 | A0 | 0 | 11 | 19 | 11 | 12 | 26 | 49 |
| Octal | 324 | 260 | 240 | 0 | 21 | 31 | 21 | 22 | 46 | 111 |
| Binary | 11010100 | 10110000 | 10100000 | 0 | 10001 | 11001 | 10001 | 10010 | 100110 | 1001001 |
Color Harmonies of #D4B0A0
Complementary color
Monochromatic Colors of #D4B0A0
Black with #D4B0A0
Text Example
Text Example
White with #D4B0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B0A0; }
p { color: rgb(212,176,160); }
H1.HeaderClassName
{
color: #D4B0A0;
}
.AnyTagClassName
{
color: #D4B0A0;
}
</style>
background-color css
<style>
a { background-color: #D4B0A0; }
a { background-color: rgb(212,176,160); }
div.DivClassName
{
background-color: #D4B0A0;
}
.BgClassName
{
background-color: #D4B0A0;
}
</style>
border-color css
<style>
span { border-color: #D4B0A0; }
span { border-color: rgb(212,176,160); }
td.TdClassName
{
border-color: #D4B0A0;
}
.TagClassName
{
border-color: #D4B0A0;
}
</style>