Shades of Clam Shell #DCB5A7
Tints of Clam Shell #DCB5A7
RGB
CMYK
RGB Variations
Color information
#DCB5A7 (or 0xDCB5A7) is known color: Clam Shell. HEX triplet: DC, B5 and A7. RGB value is (220,181,167). Sum of RGB (Red+Green+Blue) = 220+181+167=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 181 (71.09% from 255 or 31.87% from 568); Blue value is 167 (65.62% from 255 or 29.40% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB5A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB5A7 is #234A58. Grayscale: #BFBFBF. Windows color (decimal): -2312793 or 10991068. OLE color: 10991068.
HSL color Cylindrical-coordinate representation of color #DCB5A7: hue angle of 15.85º 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 #DCB5A7 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 167 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.14 |
| HSL | 15.85º | 0.43% | 0.76% | - |
| HSV(B) | 15.85º | 0.24% | 0.86% | - |
| XYZ | 53.01 | 51.05 | 43.62 | - |
| YUV | 191.07 | 114.42 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 167 | 0 | 0.18 | 0.24 | 0.14 | 15.85 | 0.43 | 0.76 |
| Hex | DC | B5 | A7 | 0 | 12 | 18 | E | 10 | 2B | 4C |
| Octal | 334 | 265 | 247 | 0 | 22 | 30 | 16 | 20 | 53 | 114 |
| Binary | 11011100 | 10110101 | 10100111 | 0 | 10010 | 11000 | 1110 | 10000 | 101011 | 1001100 |
Color Harmonies of #DCB5A7
Complementary color
Monochromatic Colors of #DCB5A7
Black with #DCB5A7
Text Example
Text Example
White with #DCB5A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB5A7; }
p { color: rgb(220,181,167); }
H1.HeaderClassName
{
color: #DCB5A7;
}
.AnyTagClassName
{
color: #DCB5A7;
}
</style>
background-color css
<style>
a { background-color: #DCB5A7; }
a { background-color: rgb(220,181,167); }
div.DivClassName
{
background-color: #DCB5A7;
}
.BgClassName
{
background-color: #DCB5A7;
}
</style>
border-color css
<style>
span { border-color: #DCB5A7; }
span { border-color: rgb(220,181,167); }
td.TdClassName
{
border-color: #DCB5A7;
}
.TagClassName
{
border-color: #DCB5A7;
}
</style>