Shades of Clam Shell #DBB6A5
Tints of Clam Shell #DBB6A5
RGB
CMYK
RGB Variations
Color information
#DBB6A5 (or 0xDBB6A5) is known color: Clam Shell. HEX triplet: DB, B6 and A5. RGB value is (219,182,165). Sum of RGB (Red+Green+Blue) = 219+182+165=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 182 (71.48% from 255 or 32.16% from 566); Blue value is 165 (64.84% from 255 or 29.15% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB6A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB6A5 is #24495A. Grayscale: #BFBFBF. Windows color (decimal): -2378075 or 10860251. OLE color: 10860251.
HSL color Cylindrical-coordinate representation of color #DBB6A5: hue angle of 18.89º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBB6A5 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 182 | 165 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.14 |
| HSL | 18.89º | 0.43% | 0.75% | - |
| HSV(B) | 18.89º | 0.25% | 0.86% | - |
| XYZ | 52.73 | 51.23 | 42.71 | - |
| YUV | 191.13 | 113.26 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 165 | 0 | 0.17 | 0.25 | 0.14 | 18.89 | 0.43 | 0.75 |
| Hex | DB | B6 | A5 | 0 | 11 | 19 | E | 13 | 2B | 4B |
| Octal | 333 | 266 | 245 | 0 | 21 | 31 | 16 | 23 | 53 | 113 |
| Binary | 11011011 | 10110110 | 10100101 | 0 | 10001 | 11001 | 1110 | 10011 | 101011 | 1001011 |
Color Harmonies of #DBB6A5
Complementary color
Monochromatic Colors of #DBB6A5
Black with #DBB6A5
Text Example
Text Example
White with #DBB6A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB6A5; }
p { color: rgb(219,182,165); }
H1.HeaderClassName
{
color: #DBB6A5;
}
.AnyTagClassName
{
color: #DBB6A5;
}
</style>
background-color css
<style>
a { background-color: #DBB6A5; }
a { background-color: rgb(219,182,165); }
div.DivClassName
{
background-color: #DBB6A5;
}
.BgClassName
{
background-color: #DBB6A5;
}
</style>
border-color css
<style>
span { border-color: #DBB6A5; }
span { border-color: rgb(219,182,165); }
td.TdClassName
{
border-color: #DBB6A5;
}
.TagClassName
{
border-color: #DBB6A5;
}
</style>