Shades of Clam Shell #DCB3A0
Tints of Clam Shell #DCB3A0
RGB
CMYK
RGB Variations
Color information
#DCB3A0 (or 0xDCB3A0) is known color: Clam Shell. HEX triplet: DC, B3 and A0. RGB value is (220,179,160). Sum of RGB (Red+Green+Blue) = 220+179+160=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 179 (70.31% from 255 or 32.02% from 559); Blue value is 160 (62.89% from 255 or 28.62% from 559); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB3A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB3A0 is #234C5F. Grayscale: #BDBDBD. Windows color (decimal): -2313312 or 10531804. OLE color: 10531804.
HSL color Cylindrical-coordinate representation of color #DCB3A0: hue angle of 19º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCB3A0 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 160 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.14 |
| HSL | 19º | 0.46% | 0.75% | - |
| HSV(B) | 19º | 0.27% | 0.86% | - |
| XYZ | 51.98 | 49.99 | 40.17 | - |
| YUV | 189.09 | 111.58 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 160 | 0 | 0.19 | 0.27 | 0.14 | 19 | 0.46 | 0.75 |
| Hex | DC | B3 | A0 | 0 | 13 | 1B | E | 13 | 2E | 4B |
| Octal | 334 | 263 | 240 | 0 | 23 | 33 | 16 | 23 | 56 | 113 |
| Binary | 11011100 | 10110011 | 10100000 | 0 | 10011 | 11011 | 1110 | 10011 | 101110 | 1001011 |
Color Harmonies of #DCB3A0
Complementary color
Monochromatic Colors of #DCB3A0
Black with #DCB3A0
Text Example
Text Example
White with #DCB3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB3A0; }
p { color: rgb(220,179,160); }
H1.HeaderClassName
{
color: #DCB3A0;
}
.AnyTagClassName
{
color: #DCB3A0;
}
</style>
background-color css
<style>
a { background-color: #DCB3A0; }
a { background-color: rgb(220,179,160); }
div.DivClassName
{
background-color: #DCB3A0;
}
.BgClassName
{
background-color: #DCB3A0;
}
</style>
border-color css
<style>
span { border-color: #DCB3A0; }
span { border-color: rgb(220,179,160); }
td.TdClassName
{
border-color: #DCB3A0;
}
.TagClassName
{
border-color: #DCB3A0;
}
</style>