Shades of Clam Shell #DBB09E
Tints of Clam Shell #DBB09E
RGB
CMYK
RGB Variations
Color information
#DBB09E (or 0xDBB09E) is known color: Clam Shell. HEX triplet: DB, B0 and 9E. RGB value is (219,176,158). Sum of RGB (Red+Green+Blue) = 219+176+158=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 176 (69.14% from 255 or 31.83% from 553); Blue value is 158 (62.11% from 255 or 28.57% from 553); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB09E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB09E is #244F61. Grayscale: #BABABA. Windows color (decimal): -2379618 or 10399963. OLE color: 10399963.
HSL color Cylindrical-coordinate representation of color #DBB09E: hue angle of 17.7º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBB09E is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 176 | 158 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.14 |
| HSL | 17.7º | 0.46% | 0.74% | - |
| HSV(B) | 17.7º | 0.28% | 0.86% | - |
| XYZ | 50.91 | 48.58 | 39.04 | - |
| YUV | 186.81 | 111.75 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 158 | 0 | 0.20 | 0.28 | 0.14 | 17.7 | 0.46 | 0.74 |
| Hex | DB | B0 | 9E | 0 | 14 | 1C | E | 12 | 2E | 4A |
| Octal | 333 | 260 | 236 | 0 | 24 | 34 | 16 | 22 | 56 | 112 |
| Binary | 11011011 | 10110000 | 10011110 | 0 | 10100 | 11100 | 1110 | 10010 | 101110 | 1001010 |
Color Harmonies of #DBB09E
Complementary color
Monochromatic Colors of #DBB09E
Black with #DBB09E
Text Example
Text Example
White with #DBB09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB09E; }
p { color: rgb(219,176,158); }
H1.HeaderClassName
{
color: #DBB09E;
}
.AnyTagClassName
{
color: #DBB09E;
}
</style>
background-color css
<style>
a { background-color: #DBB09E; }
a { background-color: rgb(219,176,158); }
div.DivClassName
{
background-color: #DBB09E;
}
.BgClassName
{
background-color: #DBB09E;
}
</style>
border-color css
<style>
span { border-color: #DBB09E; }
span { border-color: rgb(219,176,158); }
td.TdClassName
{
border-color: #DBB09E;
}
.TagClassName
{
border-color: #DBB09E;
}
</style>