Shades of Clam Shell #DCB3A8
Tints of Clam Shell #DCB3A8
RGB
CMYK
RGB Variations
Color information
#DCB3A8 (or 0xDCB3A8) is known color: Clam Shell. HEX triplet: DC, B3 and A8. RGB value is (220,179,168). Sum of RGB (Red+Green+Blue) = 220+179+168=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 179 (70.31% from 255 or 31.57% from 567); Blue value is 168 (66.02% from 255 or 29.63% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB3A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB3A8 is #234C57. Grayscale: #BEBEBE. Windows color (decimal): -2313304 or 11056092. OLE color: 11056092.
HSL color Cylindrical-coordinate representation of color #DCB3A8: hue angle of 12.69º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCB3A8 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 168 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.14 |
| HSL | 12.69º | 0.43% | 0.76% | - |
| HSV(B) | 12.69º | 0.24% | 0.86% | - |
| XYZ | 52.7 | 50.28 | 43.97 | - |
| YUV | 190.01 | 115.58 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 168 | 0 | 0.19 | 0.24 | 0.14 | 12.69 | 0.43 | 0.76 |
| Hex | DC | B3 | A8 | 0 | 13 | 18 | E | D | 2B | 4C |
| Octal | 334 | 263 | 250 | 0 | 23 | 30 | 16 | 15 | 53 | 114 |
| Binary | 11011100 | 10110011 | 10101000 | 0 | 10011 | 11000 | 1110 | 1101 | 101011 | 1001100 |
Color Harmonies of #DCB3A8
Complementary color
Monochromatic Colors of #DCB3A8
Black with #DCB3A8
Text Example
Text Example
White with #DCB3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB3A8; }
p { color: rgb(220,179,168); }
H1.HeaderClassName
{
color: #DCB3A8;
}
.AnyTagClassName
{
color: #DCB3A8;
}
</style>
background-color css
<style>
a { background-color: #DCB3A8; }
a { background-color: rgb(220,179,168); }
div.DivClassName
{
background-color: #DCB3A8;
}
.BgClassName
{
background-color: #DCB3A8;
}
</style>
border-color css
<style>
span { border-color: #DCB3A8; }
span { border-color: rgb(220,179,168); }
td.TdClassName
{
border-color: #DCB3A8;
}
.TagClassName
{
border-color: #DCB3A8;
}
</style>