Shades of Clam Shell #D8AE9C
Tints of Clam Shell #D8AE9C
RGB
CMYK
RGB Variations
Color information
#D8AE9C (or 0xD8AE9C) is known color: Clam Shell. HEX triplet: D8, AE and 9C. RGB value is (216,174,156). Sum of RGB (Red+Green+Blue) = 216+174+156=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 174 (68.36% from 255 or 31.87% from 546); Blue value is 156 (61.33% from 255 or 28.57% from 546); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AE9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AE9C is #275163. Grayscale: #B8B8B8. Windows color (decimal): -2576740 or 10268376. OLE color: 10268376.
HSL color Cylindrical-coordinate representation of color #D8AE9C: hue angle of 18º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D8AE9C is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 174 | 156 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.15 |
| HSL | 18º | 0.43% | 0.73% | - |
| HSV(B) | 18º | 0.28% | 0.85% | - |
| XYZ | 49.46 | 47.27 | 37.97 | - |
| YUV | 184.51 | 111.91 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 174 | 156 | 0 | 0.19 | 0.28 | 0.15 | 18 | 0.43 | 0.73 |
| Hex | D8 | AE | 9C | 0 | 13 | 1C | F | 12 | 2B | 49 |
| Octal | 330 | 256 | 234 | 0 | 23 | 34 | 17 | 22 | 53 | 111 |
| Binary | 11011000 | 10101110 | 10011100 | 0 | 10011 | 11100 | 1111 | 10010 | 101011 | 1001001 |
Color Harmonies of #D8AE9C
Complementary color
Monochromatic Colors of #D8AE9C
Black with #D8AE9C
Text Example
Text Example
White with #D8AE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AE9C; }
p { color: rgb(216,174,156); }
H1.HeaderClassName
{
color: #D8AE9C;
}
.AnyTagClassName
{
color: #D8AE9C;
}
</style>
background-color css
<style>
a { background-color: #D8AE9C; }
a { background-color: rgb(216,174,156); }
div.DivClassName
{
background-color: #D8AE9C;
}
.BgClassName
{
background-color: #D8AE9C;
}
</style>
border-color css
<style>
span { border-color: #D8AE9C; }
span { border-color: rgb(216,174,156); }
td.TdClassName
{
border-color: #D8AE9C;
}
.TagClassName
{
border-color: #D8AE9C;
}
</style>