Shades of Clam Shell #DCB3A2
Tints of Clam Shell #DCB3A2
RGB
CMYK
RGB Variations
Color information
#DCB3A2 (or 0xDCB3A2) is known color: Clam Shell. HEX triplet: DC, B3 and A2. RGB value is (220,179,162). Sum of RGB (Red+Green+Blue) = 220+179+162=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 179 (70.31% from 255 or 31.91% from 561); Blue value is 162 (63.67% from 255 or 28.88% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB3A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB3A2 is #234C5D. Grayscale: #BDBDBD. Windows color (decimal): -2313310 or 10662876. OLE color: 10662876.
HSL color Cylindrical-coordinate representation of color #DCB3A2: hue angle of 17.59º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCB3A2 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 162 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.14 |
| HSL | 17.59º | 0.45% | 0.75% | - |
| HSV(B) | 17.59º | 0.26% | 0.86% | - |
| XYZ | 52.16 | 50.06 | 41.1 | - |
| YUV | 189.32 | 112.58 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 162 | 0 | 0.19 | 0.26 | 0.14 | 17.59 | 0.45 | 0.75 |
| Hex | DC | B3 | A2 | 0 | 13 | 1A | E | 12 | 2D | 4B |
| Octal | 334 | 263 | 242 | 0 | 23 | 32 | 16 | 22 | 55 | 113 |
| Binary | 11011100 | 10110011 | 10100010 | 0 | 10011 | 11010 | 1110 | 10010 | 101101 | 1001011 |
Color Harmonies of #DCB3A2
Complementary color
Monochromatic Colors of #DCB3A2
Black with #DCB3A2
Text Example
Text Example
White with #DCB3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB3A2; }
p { color: rgb(220,179,162); }
H1.HeaderClassName
{
color: #DCB3A2;
}
.AnyTagClassName
{
color: #DCB3A2;
}
</style>
background-color css
<style>
a { background-color: #DCB3A2; }
a { background-color: rgb(220,179,162); }
div.DivClassName
{
background-color: #DCB3A2;
}
.BgClassName
{
background-color: #DCB3A2;
}
</style>
border-color css
<style>
span { border-color: #DCB3A2; }
span { border-color: rgb(220,179,162); }
td.TdClassName
{
border-color: #DCB3A2;
}
.TagClassName
{
border-color: #DCB3A2;
}
</style>