Shades of Clam Shell #D9B09E
Tints of Clam Shell #D9B09E
RGB
CMYK
RGB Variations
Color information
#D9B09E (or 0xD9B09E) is known color: Clam Shell. HEX triplet: D9, B0 and 9E. RGB value is (217,176,158). Sum of RGB (Red+Green+Blue) = 217+176+158=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 176 (69.14% from 255 or 31.94% from 551); Blue value is 158 (62.11% from 255 or 28.68% from 551); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B09E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B09E is #264F61. Grayscale: #BABABA. Windows color (decimal): -2510690 or 10399961. OLE color: 10399961.
HSL color Cylindrical-coordinate representation of color #D9B09E: hue angle of 18.31º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D9B09E is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 176 | 158 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.15 |
| HSL | 18.31º | 0.44% | 0.74% | - |
| HSV(B) | 18.31º | 0.27% | 0.85% | - |
| XYZ | 50.31 | 48.27 | 39.01 | - |
| YUV | 186.21 | 112.08 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 176 | 158 | 0 | 0.19 | 0.27 | 0.15 | 18.31 | 0.44 | 0.74 |
| Hex | D9 | B0 | 9E | 0 | 13 | 1B | F | 12 | 2C | 4A |
| Octal | 331 | 260 | 236 | 0 | 23 | 33 | 17 | 22 | 54 | 112 |
| Binary | 11011001 | 10110000 | 10011110 | 0 | 10011 | 11011 | 1111 | 10010 | 101100 | 1001010 |
Color Harmonies of #D9B09E
Complementary color
Monochromatic Colors of #D9B09E
Black with #D9B09E
Text Example
Text Example
White with #D9B09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B09E; }
p { color: rgb(217,176,158); }
H1.HeaderClassName
{
color: #D9B09E;
}
.AnyTagClassName
{
color: #D9B09E;
}
</style>
background-color css
<style>
a { background-color: #D9B09E; }
a { background-color: rgb(217,176,158); }
div.DivClassName
{
background-color: #D9B09E;
}
.BgClassName
{
background-color: #D9B09E;
}
</style>
border-color css
<style>
span { border-color: #D9B09E; }
span { border-color: rgb(217,176,158); }
td.TdClassName
{
border-color: #D9B09E;
}
.TagClassName
{
border-color: #D9B09E;
}
</style>