Shades of Clam Shell #D6AF9D
Tints of Clam Shell #D6AF9D
RGB
CMYK
RGB Variations
Color information
#D6AF9D (or 0xD6AF9D) is known color: Clam Shell. HEX triplet: D6, AF and 9D. RGB value is (214,175,157). Sum of RGB (Red+Green+Blue) = 214+175+157=546 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.19% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 157 (61.72% from 255 or 28.75% from 546); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AF9D is #295062. Grayscale: #B8B8B8. Windows color (decimal): -2707555 or 10334166. OLE color: 10334166.
HSL color Cylindrical-coordinate representation of color #D6AF9D: hue angle of 18.95º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D6AF9D is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 175 | 157 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.16 |
| HSL | 18.95º | 0.41% | 0.73% | - |
| HSV(B) | 18.95º | 0.27% | 0.84% | - |
| XYZ | 49.15 | 47.39 | 38.46 | - |
| YUV | 184.61 | 112.42 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 175 | 157 | 0 | 0.18 | 0.27 | 0.16 | 18.95 | 0.41 | 0.73 |
| Hex | D6 | AF | 9D | 0 | 12 | 1B | 10 | 13 | 29 | 49 |
| Octal | 326 | 257 | 235 | 0 | 22 | 33 | 20 | 23 | 51 | 111 |
| Binary | 11010110 | 10101111 | 10011101 | 0 | 10010 | 11011 | 10000 | 10011 | 101001 | 1001001 |
Color Harmonies of #D6AF9D
Complementary color
Monochromatic Colors of #D6AF9D
Black with #D6AF9D
Text Example
Text Example
White with #D6AF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AF9D; }
p { color: rgb(214,175,157); }
H1.HeaderClassName
{
color: #D6AF9D;
}
.AnyTagClassName
{
color: #D6AF9D;
}
</style>
background-color css
<style>
a { background-color: #D6AF9D; }
a { background-color: rgb(214,175,157); }
div.DivClassName
{
background-color: #D6AF9D;
}
.BgClassName
{
background-color: #D6AF9D;
}
</style>
border-color css
<style>
span { border-color: #D6AF9D; }
span { border-color: rgb(214,175,157); }
td.TdClassName
{
border-color: #D6AF9D;
}
.TagClassName
{
border-color: #D6AF9D;
}
</style>