Shades of Clam Shell #DAB5A6
Tints of Clam Shell #DAB5A6
RGB
CMYK
RGB Variations
Color information
#DAB5A6 (or 0xDAB5A6) is known color: Clam Shell. HEX triplet: DA, B5 and A6. RGB value is (218,181,166). Sum of RGB (Red+Green+Blue) = 218+181+166=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 181 (71.09% from 255 or 32.04% from 565); Blue value is 166 (65.23% from 255 or 29.38% from 565); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB5A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB5A6 is #254A59. Grayscale: #BEBEBE. Windows color (decimal): -2443866 or 10925530. OLE color: 10925530.
HSL color Cylindrical-coordinate representation of color #DAB5A6: hue angle of 17.31º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAB5A6 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 181 | 166 | - |
| CMYK | 0 | 0.17 | 0.24 | 0.15 |
| HSL | 17.31º | 0.41% | 0.75% | - |
| HSV(B) | 17.31º | 0.24% | 0.85% | - |
| XYZ | 52.32 | 50.71 | 43.11 | - |
| YUV | 190.35 | 114.26 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 181 | 166 | 0 | 0.17 | 0.24 | 0.15 | 17.31 | 0.41 | 0.75 |
| Hex | DA | B5 | A6 | 0 | 11 | 18 | F | 11 | 29 | 4B |
| Octal | 332 | 265 | 246 | 0 | 21 | 30 | 17 | 21 | 51 | 113 |
| Binary | 11011010 | 10110101 | 10100110 | 0 | 10001 | 11000 | 1111 | 10001 | 101001 | 1001011 |
Color Harmonies of #DAB5A6
Complementary color
Monochromatic Colors of #DAB5A6
Black with #DAB5A6
Text Example
Text Example
White with #DAB5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB5A6; }
p { color: rgb(218,181,166); }
H1.HeaderClassName
{
color: #DAB5A6;
}
.AnyTagClassName
{
color: #DAB5A6;
}
</style>
background-color css
<style>
a { background-color: #DAB5A6; }
a { background-color: rgb(218,181,166); }
div.DivClassName
{
background-color: #DAB5A6;
}
.BgClassName
{
background-color: #DAB5A6;
}
</style>
border-color css
<style>
span { border-color: #DAB5A6; }
span { border-color: rgb(218,181,166); }
td.TdClassName
{
border-color: #DAB5A6;
}
.TagClassName
{
border-color: #DAB5A6;
}
</style>