Shades of Clam Shell #DAB4A0
Tints of Clam Shell #DAB4A0
RGB
CMYK
RGB Variations
Color information
#DAB4A0 (or 0xDAB4A0) is known color: Clam Shell. HEX triplet: DA, B4 and A0. RGB value is (218,180,160). Sum of RGB (Red+Green+Blue) = 218+180+160=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 180 (70.70% from 255 or 32.26% from 558); Blue value is 160 (62.89% from 255 or 28.67% from 558); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB4A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB4A0 is #254B5F. Grayscale: #BDBDBD. Windows color (decimal): -2444128 or 10532058. OLE color: 10532058.
HSL color Cylindrical-coordinate representation of color #DAB4A0: hue angle of 20.69º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAB4A0 is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 180 | 160 | - |
| CMYK | 0 | 0.17 | 0.27 | 0.15 |
| HSL | 20.69º | 0.44% | 0.74% | - |
| HSV(B) | 20.69º | 0.27% | 0.85% | - |
| XYZ | 51.58 | 50.09 | 40.21 | - |
| YUV | 189.08 | 111.59 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 180 | 160 | 0 | 0.17 | 0.27 | 0.15 | 20.69 | 0.44 | 0.74 |
| Hex | DA | B4 | A0 | 0 | 11 | 1B | F | 15 | 2C | 4A |
| Octal | 332 | 264 | 240 | 0 | 21 | 33 | 17 | 25 | 54 | 112 |
| Binary | 11011010 | 10110100 | 10100000 | 0 | 10001 | 11011 | 1111 | 10101 | 101100 | 1001010 |
Color Harmonies of #DAB4A0
Complementary color
Monochromatic Colors of #DAB4A0
Black with #DAB4A0
Text Example
Text Example
White with #DAB4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB4A0; }
p { color: rgb(218,180,160); }
H1.HeaderClassName
{
color: #DAB4A0;
}
.AnyTagClassName
{
color: #DAB4A0;
}
</style>
background-color css
<style>
a { background-color: #DAB4A0; }
a { background-color: rgb(218,180,160); }
div.DivClassName
{
background-color: #DAB4A0;
}
.BgClassName
{
background-color: #DAB4A0;
}
</style>
border-color css
<style>
span { border-color: #DAB4A0; }
span { border-color: rgb(218,180,160); }
td.TdClassName
{
border-color: #DAB4A0;
}
.TagClassName
{
border-color: #DAB4A0;
}
</style>