Shades of Clam Shell #DBAF9C
Tints of Clam Shell #DBAF9C
RGB
CMYK
RGB Variations
Color information
#DBAF9C (or 0xDBAF9C) is known color: Clam Shell. HEX triplet: DB, AF and 9C. RGB value is (219,175,156). Sum of RGB (Red+Green+Blue) = 219+175+156=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 156 (61.33% from 255 or 28.36% from 550); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAF9C is #245063. Grayscale: #BABABA. Windows color (decimal): -2379876 or 10268635. OLE color: 10268635.
HSL color Cylindrical-coordinate representation of color #DBAF9C: hue angle of 18.1º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBAF9C is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 156 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.14 |
| HSL | 18.1º | 0.47% | 0.74% | - |
| HSV(B) | 18.1º | 0.29% | 0.86% | - |
| XYZ | 50.54 | 48.12 | 38.08 | - |
| YUV | 185.99 | 111.08 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 156 | 0 | 0.20 | 0.29 | 0.14 | 18.1 | 0.47 | 0.74 |
| Hex | DB | AF | 9C | 0 | 14 | 1D | E | 12 | 2F | 4A |
| Octal | 333 | 257 | 234 | 0 | 24 | 35 | 16 | 22 | 57 | 112 |
| Binary | 11011011 | 10101111 | 10011100 | 0 | 10100 | 11101 | 1110 | 10010 | 101111 | 1001010 |
Color Harmonies of #DBAF9C
Complementary color
Monochromatic Colors of #DBAF9C
Black with #DBAF9C
Text Example
Text Example
White with #DBAF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAF9C; }
p { color: rgb(219,175,156); }
H1.HeaderClassName
{
color: #DBAF9C;
}
.AnyTagClassName
{
color: #DBAF9C;
}
</style>
background-color css
<style>
a { background-color: #DBAF9C; }
a { background-color: rgb(219,175,156); }
div.DivClassName
{
background-color: #DBAF9C;
}
.BgClassName
{
background-color: #DBAF9C;
}
</style>
border-color css
<style>
span { border-color: #DBAF9C; }
span { border-color: rgb(219,175,156); }
td.TdClassName
{
border-color: #DBAF9C;
}
.TagClassName
{
border-color: #DBAF9C;
}
</style>