Shades of Clam Shell #DBB4A4
Tints of Clam Shell #DBB4A4
RGB
CMYK
RGB Variations
Color information
#DBB4A4 (or 0xDBB4A4) is known color: Clam Shell. HEX triplet: DB, B4 and A4. RGB value is (219,180,164). Sum of RGB (Red+Green+Blue) = 219+180+164=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 180 (70.70% from 255 or 31.97% from 563); Blue value is 164 (64.45% from 255 or 29.13% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB4A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB4A4 is #244B5B. Grayscale: #BDBDBD. Windows color (decimal): -2378588 or 10794203. OLE color: 10794203.
HSL color Cylindrical-coordinate representation of color #DBB4A4: hue angle of 17.45º 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 #DBB4A4 is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 164 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.14 |
| HSL | 17.45º | 0.43% | 0.75% | - |
| HSV(B) | 17.45º | 0.25% | 0.86% | - |
| XYZ | 52.24 | 50.38 | 42.09 | - |
| YUV | 189.84 | 113.42 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 164 | 0 | 0.18 | 0.25 | 0.14 | 17.45 | 0.43 | 0.75 |
| Hex | DB | B4 | A4 | 0 | 12 | 19 | E | 11 | 2B | 4B |
| Octal | 333 | 264 | 244 | 0 | 22 | 31 | 16 | 21 | 53 | 113 |
| Binary | 11011011 | 10110100 | 10100100 | 0 | 10010 | 11001 | 1110 | 10001 | 101011 | 1001011 |
Color Harmonies of #DBB4A4
Complementary color
Monochromatic Colors of #DBB4A4
Black with #DBB4A4
Text Example
Text Example
White with #DBB4A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB4A4; }
p { color: rgb(219,180,164); }
H1.HeaderClassName
{
color: #DBB4A4;
}
.AnyTagClassName
{
color: #DBB4A4;
}
</style>
background-color css
<style>
a { background-color: #DBB4A4; }
a { background-color: rgb(219,180,164); }
div.DivClassName
{
background-color: #DBB4A4;
}
.BgClassName
{
background-color: #DBB4A4;
}
</style>
border-color css
<style>
span { border-color: #DBB4A4; }
span { border-color: rgb(219,180,164); }
td.TdClassName
{
border-color: #DBB4A4;
}
.TagClassName
{
border-color: #DBB4A4;
}
</style>