Shades of Clam Shell #DBB5A1
Tints of Clam Shell #DBB5A1
RGB
CMYK
RGB Variations
Color information
#DBB5A1 (or 0xDBB5A1) is known color: Clam Shell. HEX triplet: DB, B5 and A1. RGB value is (219,181,161). Sum of RGB (Red+Green+Blue) = 219+181+161=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 181 (71.09% from 255 or 32.26% from 561); Blue value is 161 (63.28% from 255 or 28.70% from 561); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB5A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB5A1 is #244A5E. Grayscale: #BEBEBE. Windows color (decimal): -2378335 or 10597851. OLE color: 10597851.
HSL color Cylindrical-coordinate representation of color #DBB5A1: hue angle of 20.69º degrees, saturation: 0.45, 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 #DBB5A1 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 161 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.14 |
| HSL | 20.69º | 0.45% | 0.75% | - |
| HSV(B) | 20.69º | 0.26% | 0.86% | - |
| XYZ | 52.17 | 50.68 | 40.75 | - |
| YUV | 190.08 | 111.59 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 161 | 0 | 0.17 | 0.26 | 0.14 | 20.69 | 0.45 | 0.75 |
| Hex | DB | B5 | A1 | 0 | 11 | 1A | E | 15 | 2D | 4B |
| Octal | 333 | 265 | 241 | 0 | 21 | 32 | 16 | 25 | 55 | 113 |
| Binary | 11011011 | 10110101 | 10100001 | 0 | 10001 | 11010 | 1110 | 10101 | 101101 | 1001011 |
Color Harmonies of #DBB5A1
Complementary color
Monochromatic Colors of #DBB5A1
Black with #DBB5A1
Text Example
Text Example
White with #DBB5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB5A1; }
p { color: rgb(219,181,161); }
H1.HeaderClassName
{
color: #DBB5A1;
}
.AnyTagClassName
{
color: #DBB5A1;
}
</style>
background-color css
<style>
a { background-color: #DBB5A1; }
a { background-color: rgb(219,181,161); }
div.DivClassName
{
background-color: #DBB5A1;
}
.BgClassName
{
background-color: #DBB5A1;
}
</style>
border-color css
<style>
span { border-color: #DBB5A1; }
span { border-color: rgb(219,181,161); }
td.TdClassName
{
border-color: #DBB5A1;
}
.TagClassName
{
border-color: #DBB5A1;
}
</style>