Shades of Clam Shell #DBB5A5
Tints of Clam Shell #DBB5A5
RGB
CMYK
RGB Variations
Color information
#DBB5A5 (or 0xDBB5A5) is known color: Clam Shell. HEX triplet: DB, B5 and A5. RGB value is (219,181,165). Sum of RGB (Red+Green+Blue) = 219+181+165=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 181 (71.09% from 255 or 32.04% from 565); Blue value is 165 (64.84% from 255 or 29.20% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB5A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB5A5 is #244A5A. Grayscale: #BEBEBE. Windows color (decimal): -2378331 or 10859995. OLE color: 10859995.
HSL color Cylindrical-coordinate representation of color #DBB5A5: hue angle of 17.78º 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 #DBB5A5 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 165 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.14 |
| HSL | 17.78º | 0.43% | 0.75% | - |
| HSV(B) | 17.78º | 0.25% | 0.86% | - |
| XYZ | 52.53 | 50.82 | 42.64 | - |
| YUV | 190.54 | 113.59 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 165 | 0 | 0.17 | 0.25 | 0.14 | 17.78 | 0.43 | 0.75 |
| Hex | DB | B5 | A5 | 0 | 11 | 19 | E | 12 | 2B | 4B |
| Octal | 333 | 265 | 245 | 0 | 21 | 31 | 16 | 22 | 53 | 113 |
| Binary | 11011011 | 10110101 | 10100101 | 0 | 10001 | 11001 | 1110 | 10010 | 101011 | 1001011 |
Color Harmonies of #DBB5A5
Complementary color
Monochromatic Colors of #DBB5A5
Black with #DBB5A5
Text Example
Text Example
White with #DBB5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB5A5; }
p { color: rgb(219,181,165); }
H1.HeaderClassName
{
color: #DBB5A5;
}
.AnyTagClassName
{
color: #DBB5A5;
}
</style>
background-color css
<style>
a { background-color: #DBB5A5; }
a { background-color: rgb(219,181,165); }
div.DivClassName
{
background-color: #DBB5A5;
}
.BgClassName
{
background-color: #DBB5A5;
}
</style>
border-color css
<style>
span { border-color: #DBB5A5; }
span { border-color: rgb(219,181,165); }
td.TdClassName
{
border-color: #DBB5A5;
}
.TagClassName
{
border-color: #DBB5A5;
}
</style>