Shades of Clam Shell #DCB4A0
Tints of Clam Shell #DCB4A0
RGB
CMYK
RGB Variations
Color information
#DCB4A0 (or 0xDCB4A0) is known color: Clam Shell. HEX triplet: DC, B4 and A0. RGB value is (220,180,160). Sum of RGB (Red+Green+Blue) = 220+180+160=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 180 (70.70% from 255 or 32.14% from 560); Blue value is 160 (62.89% from 255 or 28.57% from 560); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB4A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB4A0 is #234B5F. Grayscale: #BDBDBD. Windows color (decimal): -2313056 or 10532060. OLE color: 10532060.
HSL color Cylindrical-coordinate representation of color #DCB4A0: hue angle of 20º 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 #DCB4A0 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 160 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.14 |
| HSL | 20º | 0.46% | 0.75% | - |
| HSV(B) | 20º | 0.27% | 0.86% | - |
| XYZ | 52.18 | 50.4 | 40.23 | - |
| YUV | 189.68 | 111.25 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 160 | 0 | 0.18 | 0.27 | 0.14 | 20 | 0.46 | 0.75 |
| Hex | DC | B4 | A0 | 0 | 12 | 1B | E | 14 | 2E | 4B |
| Octal | 334 | 264 | 240 | 0 | 22 | 33 | 16 | 24 | 56 | 113 |
| Binary | 11011100 | 10110100 | 10100000 | 0 | 10010 | 11011 | 1110 | 10100 | 101110 | 1001011 |
Color Harmonies of #DCB4A0
Complementary color
Monochromatic Colors of #DCB4A0
Black with #DCB4A0
Text Example
Text Example
White with #DCB4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB4A0; }
p { color: rgb(220,180,160); }
H1.HeaderClassName
{
color: #DCB4A0;
}
.AnyTagClassName
{
color: #DCB4A0;
}
</style>
background-color css
<style>
a { background-color: #DCB4A0; }
a { background-color: rgb(220,180,160); }
div.DivClassName
{
background-color: #DCB4A0;
}
.BgClassName
{
background-color: #DCB4A0;
}
</style>
border-color css
<style>
span { border-color: #DCB4A0; }
span { border-color: rgb(220,180,160); }
td.TdClassName
{
border-color: #DCB4A0;
}
.TagClassName
{
border-color: #DCB4A0;
}
</style>