Shades of Clam Shell #D4B7AA
Tints of Clam Shell #D4B7AA
RGB
CMYK
RGB Variations
Color information
#D4B7AA (or 0xD4B7AA) is known color: Clam Shell. HEX triplet: D4, B7 and AA. RGB value is (212,183,170). Sum of RGB (Red+Green+Blue) = 212+183+170=565 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.52% from 565); Green value is 183 (71.88% from 255 or 32.39% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4B7AA is #2B4855. Grayscale: #BEBEBE. Windows color (decimal): -2836566 or 11188180. OLE color: 11188180.
HSL color Cylindrical-coordinate representation of color #D4B7AA: hue angle of 18.57º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D4B7AA is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 183 | 170 | - |
| CMYK | 0 | 0.14 | 0.20 | 0.17 |
| HSL | 18.57º | 0.33% | 0.75% | - |
| HSV(B) | 18.57º | 0.2% | 0.83% | - |
| XYZ | 51.34 | 50.77 | 45.12 | - |
| YUV | 190.19 | 116.61 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 183 | 170 | 0 | 0.14 | 0.20 | 0.17 | 18.57 | 0.33 | 0.75 |
| Hex | D4 | B7 | AA | 0 | E | 14 | 11 | 13 | 21 | 4B |
| Octal | 324 | 267 | 252 | 0 | 16 | 24 | 21 | 23 | 41 | 113 |
| Binary | 11010100 | 10110111 | 10101010 | 0 | 1110 | 10100 | 10001 | 10011 | 100001 | 1001011 |
Color Harmonies of #D4B7AA
Complementary color
Monochromatic Colors of #D4B7AA
Black with #D4B7AA
Text Example
Text Example
White with #D4B7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B7AA; }
p { color: rgb(212,183,170); }
H1.HeaderClassName
{
color: #D4B7AA;
}
.AnyTagClassName
{
color: #D4B7AA;
}
</style>
background-color css
<style>
a { background-color: #D4B7AA; }
a { background-color: rgb(212,183,170); }
div.DivClassName
{
background-color: #D4B7AA;
}
.BgClassName
{
background-color: #D4B7AA;
}
</style>
border-color css
<style>
span { border-color: #D4B7AA; }
span { border-color: rgb(212,183,170); }
td.TdClassName
{
border-color: #D4B7AA;
}
.TagClassName
{
border-color: #D4B7AA;
}
</style>