Shades of Clam Shell #DAB0A3
Tints of Clam Shell #DAB0A3
RGB
CMYK
RGB Variations
Color information
#DAB0A3 (or 0xDAB0A3) is known color: Clam Shell. HEX triplet: DA, B0 and A3. RGB value is (218,176,163). Sum of RGB (Red+Green+Blue) = 218+176+163=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 176 (69.14% from 255 or 31.60% from 557); Blue value is 163 (64.06% from 255 or 29.26% from 557); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB0A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB0A3 is #254F5C. Grayscale: #BBBBBB. Windows color (decimal): -2445149 or 10727642. OLE color: 10727642.
HSL color Cylindrical-coordinate representation of color #DAB0A3: hue angle of 14.18º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAB0A3 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 176 | 163 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.15 |
| HSL | 14.18º | 0.43% | 0.75% | - |
| HSV(B) | 14.18º | 0.25% | 0.85% | - |
| XYZ | 51.05 | 48.6 | 41.34 | - |
| YUV | 187.08 | 114.41 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 163 | 0 | 0.19 | 0.25 | 0.15 | 14.18 | 0.43 | 0.75 |
| Hex | DA | B0 | A3 | 0 | 13 | 19 | F | E | 2B | 4B |
| Octal | 332 | 260 | 243 | 0 | 23 | 31 | 17 | 16 | 53 | 113 |
| Binary | 11011010 | 10110000 | 10100011 | 0 | 10011 | 11001 | 1111 | 1110 | 101011 | 1001011 |
Color Harmonies of #DAB0A3
Complementary color
Monochromatic Colors of #DAB0A3
Black with #DAB0A3
Text Example
Text Example
White with #DAB0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB0A3; }
p { color: rgb(218,176,163); }
H1.HeaderClassName
{
color: #DAB0A3;
}
.AnyTagClassName
{
color: #DAB0A3;
}
</style>
background-color css
<style>
a { background-color: #DAB0A3; }
a { background-color: rgb(218,176,163); }
div.DivClassName
{
background-color: #DAB0A3;
}
.BgClassName
{
background-color: #DAB0A3;
}
</style>
border-color css
<style>
span { border-color: #DAB0A3; }
span { border-color: rgb(218,176,163); }
td.TdClassName
{
border-color: #DAB0A3;
}
.TagClassName
{
border-color: #DAB0A3;
}
</style>