Shades of Clam Shell #DAB5A1
Tints of Clam Shell #DAB5A1
RGB
CMYK
RGB Variations
Color information
#DAB5A1 (or 0xDAB5A1) is known color: Clam Shell. HEX triplet: DA, B5 and A1. RGB value is (218,181,161). Sum of RGB (Red+Green+Blue) = 218+181+161=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 181 (71.09% from 255 or 32.32% from 560); Blue value is 161 (63.28% from 255 or 28.75% from 560); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB5A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB5A1 is #254A5E. Grayscale: #BDBDBD. Windows color (decimal): -2443871 or 10597850. OLE color: 10597850.
HSL color Cylindrical-coordinate representation of color #DAB5A1: hue angle of 21.05º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAB5A1 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 181 | 161 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.15 |
| HSL | 21.05º | 0.44% | 0.74% | - |
| HSV(B) | 21.05º | 0.26% | 0.85% | - |
| XYZ | 51.87 | 50.53 | 40.74 | - |
| YUV | 189.78 | 111.76 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 181 | 161 | 0 | 0.17 | 0.26 | 0.15 | 21.05 | 0.44 | 0.74 |
| Hex | DA | B5 | A1 | 0 | 11 | 1A | F | 15 | 2C | 4A |
| Octal | 332 | 265 | 241 | 0 | 21 | 32 | 17 | 25 | 54 | 112 |
| Binary | 11011010 | 10110101 | 10100001 | 0 | 10001 | 11010 | 1111 | 10101 | 101100 | 1001010 |
Color Harmonies of #DAB5A1
Complementary color
Monochromatic Colors of #DAB5A1
Black with #DAB5A1
Text Example
Text Example
White with #DAB5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB5A1; }
p { color: rgb(218,181,161); }
H1.HeaderClassName
{
color: #DAB5A1;
}
.AnyTagClassName
{
color: #DAB5A1;
}
</style>
background-color css
<style>
a { background-color: #DAB5A1; }
a { background-color: rgb(218,181,161); }
div.DivClassName
{
background-color: #DAB5A1;
}
.BgClassName
{
background-color: #DAB5A1;
}
</style>
border-color css
<style>
span { border-color: #DAB5A1; }
span { border-color: rgb(218,181,161); }
td.TdClassName
{
border-color: #DAB5A1;
}
.TagClassName
{
border-color: #DAB5A1;
}
</style>