Shades of Clam Shell #DAB6AA
Tints of Clam Shell #DAB6AA
RGB
CMYK
RGB Variations
Color information
#DAB6AA (or 0xDAB6AA) is known color: Clam Shell. HEX triplet: DA, B6 and AA. RGB value is (218,182,170). Sum of RGB (Red+Green+Blue) = 218+182+170=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 182 (71.48% from 255 or 31.93% from 570); Blue value is 170 (66.80% from 255 or 29.82% from 570); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB6AA is #254955. Grayscale: #BFBFBF. Windows color (decimal): -2443606 or 11187930. OLE color: 11187930.
HSL color Cylindrical-coordinate representation of color #DAB6AA: hue angle of 15º degrees, saturation: 0.39, 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 #DAB6AA is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 182 | 170 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.15 |
| HSL | 15º | 0.39% | 0.76% | - |
| HSV(B) | 15º | 0.22% | 0.85% | - |
| XYZ | 52.9 | 51.26 | 45.14 | - |
| YUV | 191.4 | 115.93 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 182 | 170 | 0 | 0.17 | 0.22 | 0.15 | 15 | 0.39 | 0.76 |
| Hex | DA | B6 | AA | 0 | 11 | 16 | F | F | 27 | 4C |
| Octal | 332 | 266 | 252 | 0 | 21 | 26 | 17 | 17 | 47 | 114 |
| Binary | 11011010 | 10110110 | 10101010 | 0 | 10001 | 10110 | 1111 | 1111 | 100111 | 1001100 |
Color Harmonies of #DAB6AA
Complementary color
Monochromatic Colors of #DAB6AA
Black with #DAB6AA
Text Example
Text Example
White with #DAB6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB6AA; }
p { color: rgb(218,182,170); }
H1.HeaderClassName
{
color: #DAB6AA;
}
.AnyTagClassName
{
color: #DAB6AA;
}
</style>
background-color css
<style>
a { background-color: #DAB6AA; }
a { background-color: rgb(218,182,170); }
div.DivClassName
{
background-color: #DAB6AA;
}
.BgClassName
{
background-color: #DAB6AA;
}
</style>
border-color css
<style>
span { border-color: #DAB6AA; }
span { border-color: rgb(218,182,170); }
td.TdClassName
{
border-color: #DAB6AA;
}
.TagClassName
{
border-color: #DAB6AA;
}
</style>