Shades of Clam Shell #DCB6A6
Tints of Clam Shell #DCB6A6
RGB
CMYK
RGB Variations
Color information
#DCB6A6 (or 0xDCB6A6) is known color: Clam Shell. HEX triplet: DC, B6 and A6. RGB value is (220,182,166). Sum of RGB (Red+Green+Blue) = 220+182+166=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 182 (71.48% from 255 or 32.04% from 568); Blue value is 166 (65.23% from 255 or 29.23% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB6A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB6A6 is #234959. Grayscale: #BFBFBF. Windows color (decimal): -2312538 or 10925788. OLE color: 10925788.
HSL color Cylindrical-coordinate representation of color #DCB6A6: hue angle of 17.78º 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 #DCB6A6 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 182 | 166 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.14 |
| HSL | 17.78º | 0.44% | 0.76% | - |
| HSV(B) | 17.78º | 0.25% | 0.86% | - |
| XYZ | 53.13 | 51.42 | 43.2 | - |
| YUV | 191.54 | 113.59 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 182 | 166 | 0 | 0.17 | 0.25 | 0.14 | 17.78 | 0.44 | 0.76 |
| Hex | DC | B6 | A6 | 0 | 11 | 19 | E | 12 | 2C | 4C |
| Octal | 334 | 266 | 246 | 0 | 21 | 31 | 16 | 22 | 54 | 114 |
| Binary | 11011100 | 10110110 | 10100110 | 0 | 10001 | 11001 | 1110 | 10010 | 101100 | 1001100 |
Color Harmonies of #DCB6A6
Complementary color
Monochromatic Colors of #DCB6A6
Black with #DCB6A6
Text Example
Text Example
White with #DCB6A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB6A6; }
p { color: rgb(220,182,166); }
H1.HeaderClassName
{
color: #DCB6A6;
}
.AnyTagClassName
{
color: #DCB6A6;
}
</style>
background-color css
<style>
a { background-color: #DCB6A6; }
a { background-color: rgb(220,182,166); }
div.DivClassName
{
background-color: #DCB6A6;
}
.BgClassName
{
background-color: #DCB6A6;
}
</style>
border-color css
<style>
span { border-color: #DCB6A6; }
span { border-color: rgb(220,182,166); }
td.TdClassName
{
border-color: #DCB6A6;
}
.TagClassName
{
border-color: #DCB6A6;
}
</style>