Shades of Clam Shell #DCB3A6
Tints of Clam Shell #DCB3A6
RGB
CMYK
RGB Variations
Color information
#DCB3A6 (or 0xDCB3A6) is known color: Clam Shell. HEX triplet: DC, B3 and A6. RGB value is (220,179,166). Sum of RGB (Red+Green+Blue) = 220+179+166=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 179 (70.31% from 255 or 31.68% from 565); Blue value is 166 (65.23% from 255 or 29.38% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB3A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB3A6 is #234C59. Grayscale: #BDBDBD. Windows color (decimal): -2313306 or 10925020. OLE color: 10925020.
HSL color Cylindrical-coordinate representation of color #DCB3A6: hue angle of 14.44º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCB3A6 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 166 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.14 |
| HSL | 14.44º | 0.44% | 0.76% | - |
| HSV(B) | 14.44º | 0.25% | 0.86% | - |
| XYZ | 52.52 | 50.21 | 43 | - |
| YUV | 189.78 | 114.58 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 166 | 0 | 0.19 | 0.25 | 0.14 | 14.44 | 0.44 | 0.76 |
| Hex | DC | B3 | A6 | 0 | 13 | 19 | E | E | 2C | 4C |
| Octal | 334 | 263 | 246 | 0 | 23 | 31 | 16 | 16 | 54 | 114 |
| Binary | 11011100 | 10110011 | 10100110 | 0 | 10011 | 11001 | 1110 | 1110 | 101100 | 1001100 |
Color Harmonies of #DCB3A6
Complementary color
Monochromatic Colors of #DCB3A6
Black with #DCB3A6
Text Example
Text Example
White with #DCB3A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB3A6; }
p { color: rgb(220,179,166); }
H1.HeaderClassName
{
color: #DCB3A6;
}
.AnyTagClassName
{
color: #DCB3A6;
}
</style>
background-color css
<style>
a { background-color: #DCB3A6; }
a { background-color: rgb(220,179,166); }
div.DivClassName
{
background-color: #DCB3A6;
}
.BgClassName
{
background-color: #DCB3A6;
}
</style>
border-color css
<style>
span { border-color: #DCB3A6; }
span { border-color: rgb(220,179,166); }
td.TdClassName
{
border-color: #DCB3A6;
}
.TagClassName
{
border-color: #DCB3A6;
}
</style>