Shades of Clam Shell #DCB3A1
Tints of Clam Shell #DCB3A1
RGB
CMYK
RGB Variations
Color information
#DCB3A1 (or 0xDCB3A1) is known color: Clam Shell. HEX triplet: DC, B3 and A1. RGB value is (220,179,161). Sum of RGB (Red+Green+Blue) = 220+179+161=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 179 (70.31% from 255 or 31.96% from 560); Blue value is 161 (63.28% from 255 or 28.75% from 560); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB3A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB3A1 is #234C5E. Grayscale: #BDBDBD. Windows color (decimal): -2313311 or 10597340. OLE color: 10597340.
HSL color Cylindrical-coordinate representation of color #DCB3A1: hue angle of 18.31º 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 #DCB3A1 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 161 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.14 |
| HSL | 18.31º | 0.46% | 0.75% | - |
| HSV(B) | 18.31º | 0.27% | 0.86% | - |
| XYZ | 52.07 | 50.03 | 40.63 | - |
| YUV | 189.21 | 112.08 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 161 | 0 | 0.19 | 0.27 | 0.14 | 18.31 | 0.46 | 0.75 |
| Hex | DC | B3 | A1 | 0 | 13 | 1B | E | 12 | 2E | 4B |
| Octal | 334 | 263 | 241 | 0 | 23 | 33 | 16 | 22 | 56 | 113 |
| Binary | 11011100 | 10110011 | 10100001 | 0 | 10011 | 11011 | 1110 | 10010 | 101110 | 1001011 |
Color Harmonies of #DCB3A1
Complementary color
Monochromatic Colors of #DCB3A1
Black with #DCB3A1
Text Example
Text Example
White with #DCB3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB3A1; }
p { color: rgb(220,179,161); }
H1.HeaderClassName
{
color: #DCB3A1;
}
.AnyTagClassName
{
color: #DCB3A1;
}
</style>
background-color css
<style>
a { background-color: #DCB3A1; }
a { background-color: rgb(220,179,161); }
div.DivClassName
{
background-color: #DCB3A1;
}
.BgClassName
{
background-color: #DCB3A1;
}
</style>
border-color css
<style>
span { border-color: #DCB3A1; }
span { border-color: rgb(220,179,161); }
td.TdClassName
{
border-color: #DCB3A1;
}
.TagClassName
{
border-color: #DCB3A1;
}
</style>