Shades of Clam Shell #DBB0A2
Tints of Clam Shell #DBB0A2
RGB
CMYK
RGB Variations
Color information
#DBB0A2 (or 0xDBB0A2) is known color: Clam Shell. HEX triplet: DB, B0 and A2. RGB value is (219,176,162). Sum of RGB (Red+Green+Blue) = 219+176+162=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 176 (69.14% from 255 or 31.60% from 557); Blue value is 162 (63.67% from 255 or 29.08% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB0A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB0A2 is #244F5D. Grayscale: #BBBBBB. Windows color (decimal): -2379614 or 10662107. OLE color: 10662107.
HSL color Cylindrical-coordinate representation of color #DBB0A2: hue angle of 14.74º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBB0A2 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 176 | 162 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.14 |
| HSL | 14.74º | 0.44% | 0.75% | - |
| HSV(B) | 14.74º | 0.26% | 0.86% | - |
| XYZ | 51.26 | 48.72 | 40.88 | - |
| YUV | 187.26 | 113.75 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 162 | 0 | 0.20 | 0.26 | 0.14 | 14.74 | 0.44 | 0.75 |
| Hex | DB | B0 | A2 | 0 | 14 | 1A | E | F | 2C | 4B |
| Octal | 333 | 260 | 242 | 0 | 24 | 32 | 16 | 17 | 54 | 113 |
| Binary | 11011011 | 10110000 | 10100010 | 0 | 10100 | 11010 | 1110 | 1111 | 101100 | 1001011 |
Color Harmonies of #DBB0A2
Complementary color
Monochromatic Colors of #DBB0A2
Black with #DBB0A2
Text Example
Text Example
White with #DBB0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB0A2; }
p { color: rgb(219,176,162); }
H1.HeaderClassName
{
color: #DBB0A2;
}
.AnyTagClassName
{
color: #DBB0A2;
}
</style>
background-color css
<style>
a { background-color: #DBB0A2; }
a { background-color: rgb(219,176,162); }
div.DivClassName
{
background-color: #DBB0A2;
}
.BgClassName
{
background-color: #DBB0A2;
}
</style>
border-color css
<style>
span { border-color: #DBB0A2; }
span { border-color: rgb(219,176,162); }
td.TdClassName
{
border-color: #DBB0A2;
}
.TagClassName
{
border-color: #DBB0A2;
}
</style>