Shades of Clam Shell #DBB39F
Tints of Clam Shell #DBB39F
RGB
CMYK
RGB Variations
Color information
#DBB39F (or 0xDBB39F) is known color: Clam Shell. HEX triplet: DB, B3 and 9F. RGB value is (219,179,159). Sum of RGB (Red+Green+Blue) = 219+179+159=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 179 (70.31% from 255 or 32.14% from 557); Blue value is 159 (62.5% from 255 or 28.55% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB39F is #244C60. Grayscale: #BCBCBC. Windows color (decimal): -2378849 or 10466267. OLE color: 10466267.
HSL color Cylindrical-coordinate representation of color #DBB39F: hue angle of 20º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBB39F is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 159 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.14 |
| HSL | 20º | 0.45% | 0.74% | - |
| HSV(B) | 20º | 0.27% | 0.86% | - |
| XYZ | 51.59 | 49.8 | 39.69 | - |
| YUV | 188.68 | 111.25 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 159 | 0 | 0.18 | 0.27 | 0.14 | 20 | 0.45 | 0.74 |
| Hex | DB | B3 | 9F | 0 | 12 | 1B | E | 14 | 2D | 4A |
| Octal | 333 | 263 | 237 | 0 | 22 | 33 | 16 | 24 | 55 | 112 |
| Binary | 11011011 | 10110011 | 10011111 | 0 | 10010 | 11011 | 1110 | 10100 | 101101 | 1001010 |
Color Harmonies of #DBB39F
Complementary color
Monochromatic Colors of #DBB39F
Black with #DBB39F
Text Example
Text Example
White with #DBB39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB39F; }
p { color: rgb(219,179,159); }
H1.HeaderClassName
{
color: #DBB39F;
}
.AnyTagClassName
{
color: #DBB39F;
}
</style>
background-color css
<style>
a { background-color: #DBB39F; }
a { background-color: rgb(219,179,159); }
div.DivClassName
{
background-color: #DBB39F;
}
.BgClassName
{
background-color: #DBB39F;
}
</style>
border-color css
<style>
span { border-color: #DBB39F; }
span { border-color: rgb(219,179,159); }
td.TdClassName
{
border-color: #DBB39F;
}
.TagClassName
{
border-color: #DBB39F;
}
</style>