Shades of Clam Shell #D0AF9F
Tints of Clam Shell #D0AF9F
RGB
CMYK
RGB Variations
Color information
#D0AF9F (or 0xD0AF9F) is known color: Clam Shell. HEX triplet: D0, AF and 9F. RGB value is (208,175,159). Sum of RGB (Red+Green+Blue) = 208+175+159=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 159 (62.5% from 255 or 29.34% from 542); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AF9F is #2F5060. Grayscale: #B7B7B7. Windows color (decimal): -3100769 or 10465232. OLE color: 10465232.
HSL color Cylindrical-coordinate representation of color #D0AF9F: hue angle of 19.59º degrees, saturation: 0.34, 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 #D0AF9F is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 175 | 159 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.18 |
| HSL | 19.59º | 0.34% | 0.72% | - |
| HSV(B) | 19.59º | 0.24% | 0.82% | - |
| XYZ | 47.6 | 46.57 | 39.28 | - |
| YUV | 183.04 | 114.43 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 175 | 159 | 0 | 0.16 | 0.24 | 0.18 | 19.59 | 0.34 | 0.72 |
| Hex | D0 | AF | 9F | 0 | 10 | 18 | 12 | 14 | 22 | 48 |
| Octal | 320 | 257 | 237 | 0 | 20 | 30 | 22 | 24 | 42 | 110 |
| Binary | 11010000 | 10101111 | 10011111 | 0 | 10000 | 11000 | 10010 | 10100 | 100010 | 1001000 |
Color Harmonies of #D0AF9F
Complementary color
Monochromatic Colors of #D0AF9F
Black with #D0AF9F
Text Example
Text Example
White with #D0AF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AF9F; }
p { color: rgb(208,175,159); }
H1.HeaderClassName
{
color: #D0AF9F;
}
.AnyTagClassName
{
color: #D0AF9F;
}
</style>
background-color css
<style>
a { background-color: #D0AF9F; }
a { background-color: rgb(208,175,159); }
div.DivClassName
{
background-color: #D0AF9F;
}
.BgClassName
{
background-color: #D0AF9F;
}
</style>
border-color css
<style>
span { border-color: #D0AF9F; }
span { border-color: rgb(208,175,159); }
td.TdClassName
{
border-color: #D0AF9F;
}
.TagClassName
{
border-color: #D0AF9F;
}
</style>