Shades of Clam Shell #DBB19E
Tints of Clam Shell #DBB19E
RGB
CMYK
RGB Variations
Color information
#DBB19E (or 0xDBB19E) is known color: Clam Shell. HEX triplet: DB, B1 and 9E. RGB value is (219,177,158). Sum of RGB (Red+Green+Blue) = 219+177+158=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 177 (69.53% from 255 or 31.95% from 554); Blue value is 158 (62.11% from 255 or 28.52% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB19E is #244E61. Grayscale: #BBBBBB. Windows color (decimal): -2379362 or 10400219. OLE color: 10400219.
HSL color Cylindrical-coordinate representation of color #DBB19E: hue angle of 18.69º 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 #DBB19E is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 158 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.14 |
| HSL | 18.69º | 0.46% | 0.74% | - |
| HSV(B) | 18.69º | 0.28% | 0.86% | - |
| XYZ | 51.11 | 48.97 | 39.11 | - |
| YUV | 187.39 | 111.41 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 158 | 0 | 0.19 | 0.28 | 0.14 | 18.69 | 0.46 | 0.74 |
| Hex | DB | B1 | 9E | 0 | 13 | 1C | E | 13 | 2E | 4A |
| Octal | 333 | 261 | 236 | 0 | 23 | 34 | 16 | 23 | 56 | 112 |
| Binary | 11011011 | 10110001 | 10011110 | 0 | 10011 | 11100 | 1110 | 10011 | 101110 | 1001010 |
Color Harmonies of #DBB19E
Complementary color
Monochromatic Colors of #DBB19E
Black with #DBB19E
Text Example
Text Example
White with #DBB19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB19E; }
p { color: rgb(219,177,158); }
H1.HeaderClassName
{
color: #DBB19E;
}
.AnyTagClassName
{
color: #DBB19E;
}
</style>
background-color css
<style>
a { background-color: #DBB19E; }
a { background-color: rgb(219,177,158); }
div.DivClassName
{
background-color: #DBB19E;
}
.BgClassName
{
background-color: #DBB19E;
}
</style>
border-color css
<style>
span { border-color: #DBB19E; }
span { border-color: rgb(219,177,158); }
td.TdClassName
{
border-color: #DBB19E;
}
.TagClassName
{
border-color: #DBB19E;
}
</style>