Shades of Clam Shell #DAB7A9
Tints of Clam Shell #DAB7A9
RGB
CMYK
RGB Variations
Color information
#DAB7A9 (or 0xDAB7A9) is known color: Clam Shell. HEX triplet: DA, B7 and A9. RGB value is (218,183,169). Sum of RGB (Red+Green+Blue) = 218+183+169=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 183 (71.88% from 255 or 32.11% from 570); Blue value is 169 (66.41% from 255 or 29.65% from 570); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB7A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB7A9 is #254856. Grayscale: #BFBFBF. Windows color (decimal): -2443351 or 11122650. OLE color: 11122650.
HSL color Cylindrical-coordinate representation of color #DAB7A9: hue angle of 17.14º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAB7A9 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 183 | 169 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.15 |
| HSL | 17.14º | 0.4% | 0.76% | - |
| HSV(B) | 17.14º | 0.22% | 0.85% | - |
| XYZ | 53.01 | 51.64 | 44.71 | - |
| YUV | 191.87 | 115.1 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 183 | 169 | 0 | 0.16 | 0.22 | 0.15 | 17.14 | 0.4 | 0.76 |
| Hex | DA | B7 | A9 | 0 | 10 | 16 | F | 11 | 28 | 4C |
| Octal | 332 | 267 | 251 | 0 | 20 | 26 | 17 | 21 | 50 | 114 |
| Binary | 11011010 | 10110111 | 10101001 | 0 | 10000 | 10110 | 1111 | 10001 | 101000 | 1001100 |
Color Harmonies of #DAB7A9
Complementary color
Monochromatic Colors of #DAB7A9
Black with #DAB7A9
Text Example
Text Example
White with #DAB7A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB7A9; }
p { color: rgb(218,183,169); }
H1.HeaderClassName
{
color: #DAB7A9;
}
.AnyTagClassName
{
color: #DAB7A9;
}
</style>
background-color css
<style>
a { background-color: #DAB7A9; }
a { background-color: rgb(218,183,169); }
div.DivClassName
{
background-color: #DAB7A9;
}
.BgClassName
{
background-color: #DAB7A9;
}
</style>
border-color css
<style>
span { border-color: #DAB7A9; }
span { border-color: rgb(218,183,169); }
td.TdClassName
{
border-color: #DAB7A9;
}
.TagClassName
{
border-color: #DAB7A9;
}
</style>