Shades of Clam Shell #DBB3A9
Tints of Clam Shell #DBB3A9
RGB
CMYK
RGB Variations
Color information
#DBB3A9 (or 0xDBB3A9) is known color: Clam Shell. HEX triplet: DB, B3 and A9. RGB value is (219,179,169). Sum of RGB (Red+Green+Blue) = 219+179+169=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 179 (70.31% from 255 or 31.57% from 567); Blue value is 169 (66.41% from 255 or 29.81% from 567); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB3A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB3A9 is #244C56. Grayscale: #BDBDBD. Windows color (decimal): -2378839 or 11121627. OLE color: 11121627.
HSL color Cylindrical-coordinate representation of color #DBB3A9: hue angle of 12º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBB3A9 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 169 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.14 |
| HSL | 12º | 0.41% | 0.76% | - |
| HSV(B) | 12º | 0.23% | 0.86% | - |
| XYZ | 52.49 | 50.16 | 44.45 | - |
| YUV | 189.82 | 116.25 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 169 | 0 | 0.18 | 0.23 | 0.14 | 12 | 0.41 | 0.76 |
| Hex | DB | B3 | A9 | 0 | 12 | 17 | E | C | 29 | 4C |
| Octal | 333 | 263 | 251 | 0 | 22 | 27 | 16 | 14 | 51 | 114 |
| Binary | 11011011 | 10110011 | 10101001 | 0 | 10010 | 10111 | 1110 | 1100 | 101001 | 1001100 |
Color Harmonies of #DBB3A9
Complementary color
Monochromatic Colors of #DBB3A9
Black with #DBB3A9
Text Example
Text Example
White with #DBB3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB3A9; }
p { color: rgb(219,179,169); }
H1.HeaderClassName
{
color: #DBB3A9;
}
.AnyTagClassName
{
color: #DBB3A9;
}
</style>
background-color css
<style>
a { background-color: #DBB3A9; }
a { background-color: rgb(219,179,169); }
div.DivClassName
{
background-color: #DBB3A9;
}
.BgClassName
{
background-color: #DBB3A9;
}
</style>
border-color css
<style>
span { border-color: #DBB3A9; }
span { border-color: rgb(219,179,169); }
td.TdClassName
{
border-color: #DBB3A9;
}
.TagClassName
{
border-color: #DBB3A9;
}
</style>