Shades of Clam Shell #D7B09E
Tints of Clam Shell #D7B09E
RGB
CMYK
RGB Variations
Color information
#D7B09E (or 0xD7B09E) is known color: Clam Shell. HEX triplet: D7, B0 and 9E. RGB value is (215,176,158). Sum of RGB (Red+Green+Blue) = 215+176+158=549 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.16% from 549); Green value is 176 (69.14% from 255 or 32.06% from 549); Blue value is 158 (62.11% from 255 or 28.78% from 549); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B09E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B09E is #284F61. Grayscale: #B9B9B9. Windows color (decimal): -2641762 or 10399959. OLE color: 10399959.
HSL color Cylindrical-coordinate representation of color #D7B09E: hue angle of 18.95º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D7B09E is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 176 | 158 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.16 |
| HSL | 18.95º | 0.42% | 0.73% | - |
| HSV(B) | 18.95º | 0.27% | 0.84% | - |
| XYZ | 49.72 | 47.97 | 38.99 | - |
| YUV | 185.61 | 112.42 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 176 | 158 | 0 | 0.18 | 0.27 | 0.16 | 18.95 | 0.42 | 0.73 |
| Hex | D7 | B0 | 9E | 0 | 12 | 1B | 10 | 13 | 2A | 49 |
| Octal | 327 | 260 | 236 | 0 | 22 | 33 | 20 | 23 | 52 | 111 |
| Binary | 11010111 | 10110000 | 10011110 | 0 | 10010 | 11011 | 10000 | 10011 | 101010 | 1001001 |
Color Harmonies of #D7B09E
Complementary color
Monochromatic Colors of #D7B09E
Black with #D7B09E
Text Example
Text Example
White with #D7B09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B09E; }
p { color: rgb(215,176,158); }
H1.HeaderClassName
{
color: #D7B09E;
}
.AnyTagClassName
{
color: #D7B09E;
}
</style>
background-color css
<style>
a { background-color: #D7B09E; }
a { background-color: rgb(215,176,158); }
div.DivClassName
{
background-color: #D7B09E;
}
.BgClassName
{
background-color: #D7B09E;
}
</style>
border-color css
<style>
span { border-color: #D7B09E; }
span { border-color: rgb(215,176,158); }
td.TdClassName
{
border-color: #D7B09E;
}
.TagClassName
{
border-color: #D7B09E;
}
</style>