Shades of Clam Shell #DAACA1
Tints of Clam Shell #DAACA1
RGB
CMYK
RGB Variations
Color information
#DAACA1 (or 0xDAACA1) is known color: Clam Shell. HEX triplet: DA, AC and A1. RGB value is (218,172,161). Sum of RGB (Red+Green+Blue) = 218+172+161=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 161 (63.28% from 255 or 29.22% from 551); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAACA1 is #25535E. Grayscale: #B8B8B8. Windows color (decimal): -2446175 or 10595546. OLE color: 10595546.
HSL color Cylindrical-coordinate representation of color #DAACA1: hue angle of 11.58º 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 #DAACA1 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 172 | 161 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.15 |
| HSL | 11.58º | 0.44% | 0.74% | - |
| HSV(B) | 11.58º | 0.26% | 0.85% | - |
| XYZ | 50.1 | 46.98 | 40.15 | - |
| YUV | 184.5 | 114.74 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 172 | 161 | 0 | 0.21 | 0.26 | 0.15 | 11.58 | 0.44 | 0.74 |
| Hex | DA | AC | A1 | 0 | 15 | 1A | F | C | 2C | 4A |
| Octal | 332 | 254 | 241 | 0 | 25 | 32 | 17 | 14 | 54 | 112 |
| Binary | 11011010 | 10101100 | 10100001 | 0 | 10101 | 11010 | 1111 | 1100 | 101100 | 1001010 |
Color Harmonies of #DAACA1
Complementary color
Monochromatic Colors of #DAACA1
Black with #DAACA1
Text Example
Text Example
White with #DAACA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAACA1; }
p { color: rgb(218,172,161); }
H1.HeaderClassName
{
color: #DAACA1;
}
.AnyTagClassName
{
color: #DAACA1;
}
</style>
background-color css
<style>
a { background-color: #DAACA1; }
a { background-color: rgb(218,172,161); }
div.DivClassName
{
background-color: #DAACA1;
}
.BgClassName
{
background-color: #DAACA1;
}
</style>
border-color css
<style>
span { border-color: #DAACA1; }
span { border-color: rgb(218,172,161); }
td.TdClassName
{
border-color: #DAACA1;
}
.TagClassName
{
border-color: #DAACA1;
}
</style>