Shades of Clam Shell #D9AF9E
Tints of Clam Shell #D9AF9E
RGB
CMYK
RGB Variations
Color information
#D9AF9E (or 0xD9AF9E) is known color: Clam Shell. HEX triplet: D9, AF and 9E. RGB value is (217,175,158). Sum of RGB (Red+Green+Blue) = 217+175+158=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 158 (62.11% from 255 or 28.73% from 550); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AF9E is #265061. Grayscale: #B9B9B9. Windows color (decimal): -2510946 or 10399705. OLE color: 10399705.
HSL color Cylindrical-coordinate representation of color #D9AF9E: hue angle of 17.29º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D9AF9E is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 175 | 158 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.15 |
| HSL | 17.29º | 0.44% | 0.74% | - |
| HSV(B) | 17.29º | 0.27% | 0.85% | - |
| XYZ | 50.12 | 47.88 | 38.95 | - |
| YUV | 185.62 | 112.41 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 175 | 158 | 0 | 0.19 | 0.27 | 0.15 | 17.29 | 0.44 | 0.74 |
| Hex | D9 | AF | 9E | 0 | 13 | 1B | F | 11 | 2C | 4A |
| Octal | 331 | 257 | 236 | 0 | 23 | 33 | 17 | 21 | 54 | 112 |
| Binary | 11011001 | 10101111 | 10011110 | 0 | 10011 | 11011 | 1111 | 10001 | 101100 | 1001010 |
Color Harmonies of #D9AF9E
Complementary color
Monochromatic Colors of #D9AF9E
Black with #D9AF9E
Text Example
Text Example
White with #D9AF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AF9E; }
p { color: rgb(217,175,158); }
H1.HeaderClassName
{
color: #D9AF9E;
}
.AnyTagClassName
{
color: #D9AF9E;
}
</style>
background-color css
<style>
a { background-color: #D9AF9E; }
a { background-color: rgb(217,175,158); }
div.DivClassName
{
background-color: #D9AF9E;
}
.BgClassName
{
background-color: #D9AF9E;
}
</style>
border-color css
<style>
span { border-color: #D9AF9E; }
span { border-color: rgb(217,175,158); }
td.TdClassName
{
border-color: #D9AF9E;
}
.TagClassName
{
border-color: #D9AF9E;
}
</style>