Shades of Clam Shell #D1AF9F
Tints of Clam Shell #D1AF9F
RGB
CMYK
RGB Variations
Color information
#D1AF9F (or 0xD1AF9F) is known color: Clam Shell. HEX triplet: D1, AF and 9F. RGB value is (209,175,159). Sum of RGB (Red+Green+Blue) = 209+175+159=543 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.49% from 543); Green value is 175 (68.75% from 255 or 32.23% from 543); Blue value is 159 (62.5% from 255 or 29.28% from 543); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AF9F is #2E5060. Grayscale: #B7B7B7. Windows color (decimal): -3035233 or 10465233. OLE color: 10465233.
HSL color Cylindrical-coordinate representation of color #D1AF9F: hue angle of 19.2º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D1AF9F is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 175 | 159 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.18 |
| HSL | 19.2º | 0.35% | 0.72% | - |
| HSV(B) | 19.2º | 0.24% | 0.82% | - |
| XYZ | 47.88 | 46.72 | 39.29 | - |
| YUV | 183.34 | 114.26 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 175 | 159 | 0 | 0.16 | 0.24 | 0.18 | 19.2 | 0.35 | 0.72 |
| Hex | D1 | AF | 9F | 0 | 10 | 18 | 12 | 13 | 23 | 48 |
| Octal | 321 | 257 | 237 | 0 | 20 | 30 | 22 | 23 | 43 | 110 |
| Binary | 11010001 | 10101111 | 10011111 | 0 | 10000 | 11000 | 10010 | 10011 | 100011 | 1001000 |
Color Harmonies of #D1AF9F
Complementary color
Monochromatic Colors of #D1AF9F
Black with #D1AF9F
Text Example
Text Example
White with #D1AF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AF9F; }
p { color: rgb(209,175,159); }
H1.HeaderClassName
{
color: #D1AF9F;
}
.AnyTagClassName
{
color: #D1AF9F;
}
</style>
background-color css
<style>
a { background-color: #D1AF9F; }
a { background-color: rgb(209,175,159); }
div.DivClassName
{
background-color: #D1AF9F;
}
.BgClassName
{
background-color: #D1AF9F;
}
</style>
border-color css
<style>
span { border-color: #D1AF9F; }
span { border-color: rgb(209,175,159); }
td.TdClassName
{
border-color: #D1AF9F;
}
.TagClassName
{
border-color: #D1AF9F;
}
</style>