Shades of Clam Shell #DBAF9F
Tints of Clam Shell #DBAF9F
RGB
CMYK
RGB Variations
Color information
#DBAF9F (or 0xDBAF9F) is known color: Clam Shell. HEX triplet: DB, AF and 9F. RGB value is (219,175,159). Sum of RGB (Red+Green+Blue) = 219+175+159=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 175 (68.75% from 255 or 31.65% from 553); Blue value is 159 (62.5% from 255 or 28.75% from 553); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAF9F is #245060. Grayscale: #BABABA. Windows color (decimal): -2379873 or 10465243. OLE color: 10465243.
HSL color Cylindrical-coordinate representation of color #DBAF9F: hue angle of 16º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBAF9F is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 159 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.14 |
| HSL | 16º | 0.45% | 0.74% | - |
| HSV(B) | 16º | 0.27% | 0.86% | - |
| XYZ | 50.8 | 48.22 | 39.43 | - |
| YUV | 186.33 | 112.58 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 159 | 0 | 0.20 | 0.27 | 0.14 | 16 | 0.45 | 0.74 |
| Hex | DB | AF | 9F | 0 | 14 | 1B | E | 10 | 2D | 4A |
| Octal | 333 | 257 | 237 | 0 | 24 | 33 | 16 | 20 | 55 | 112 |
| Binary | 11011011 | 10101111 | 10011111 | 0 | 10100 | 11011 | 1110 | 10000 | 101101 | 1001010 |
Color Harmonies of #DBAF9F
Complementary color
Monochromatic Colors of #DBAF9F
Black with #DBAF9F
Text Example
Text Example
White with #DBAF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAF9F; }
p { color: rgb(219,175,159); }
H1.HeaderClassName
{
color: #DBAF9F;
}
.AnyTagClassName
{
color: #DBAF9F;
}
</style>
background-color css
<style>
a { background-color: #DBAF9F; }
a { background-color: rgb(219,175,159); }
div.DivClassName
{
background-color: #DBAF9F;
}
.BgClassName
{
background-color: #DBAF9F;
}
</style>
border-color css
<style>
span { border-color: #DBAF9F; }
span { border-color: rgb(219,175,159); }
td.TdClassName
{
border-color: #DBAF9F;
}
.TagClassName
{
border-color: #DBAF9F;
}
</style>