Shades of Clam Shell #D3AF9E
Tints of Clam Shell #D3AF9E
RGB
CMYK
RGB Variations
Color information
#D3AF9E (or 0xD3AF9E) is known color: Clam Shell. HEX triplet: D3, AF and 9E. RGB value is (211,175,158). Sum of RGB (Red+Green+Blue) = 211+175+158=544 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.79% from 544); Green value is 175 (68.75% from 255 or 32.17% from 544); Blue value is 158 (62.11% from 255 or 29.04% from 544); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AF9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AF9E is #2C5061. Grayscale: #B7B7B7. Windows color (decimal): -2904162 or 10399699. OLE color: 10399699.
HSL color Cylindrical-coordinate representation of color #D3AF9E: hue angle of 19.25º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D3AF9E is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 175 | 158 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.17 |
| HSL | 19.25º | 0.38% | 0.72% | - |
| HSV(B) | 19.25º | 0.25% | 0.83% | - |
| XYZ | 48.37 | 46.98 | 38.87 | - |
| YUV | 183.83 | 113.43 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 175 | 158 | 0 | 0.17 | 0.25 | 0.17 | 19.25 | 0.38 | 0.72 |
| Hex | D3 | AF | 9E | 0 | 11 | 19 | 11 | 13 | 26 | 48 |
| Octal | 323 | 257 | 236 | 0 | 21 | 31 | 21 | 23 | 46 | 110 |
| Binary | 11010011 | 10101111 | 10011110 | 0 | 10001 | 11001 | 10001 | 10011 | 100110 | 1001000 |
Color Harmonies of #D3AF9E
Complementary color
Monochromatic Colors of #D3AF9E
Black with #D3AF9E
Text Example
Text Example
White with #D3AF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AF9E; }
p { color: rgb(211,175,158); }
H1.HeaderClassName
{
color: #D3AF9E;
}
.AnyTagClassName
{
color: #D3AF9E;
}
</style>
background-color css
<style>
a { background-color: #D3AF9E; }
a { background-color: rgb(211,175,158); }
div.DivClassName
{
background-color: #D3AF9E;
}
.BgClassName
{
background-color: #D3AF9E;
}
</style>
border-color css
<style>
span { border-color: #D3AF9E; }
span { border-color: rgb(211,175,158); }
td.TdClassName
{
border-color: #D3AF9E;
}
.TagClassName
{
border-color: #D3AF9E;
}
</style>