Shades of Clam Shell #DCB29E
Tints of Clam Shell #DCB29E
RGB
CMYK
RGB Variations
Color information
#DCB29E (or 0xDCB29E) is known color: Clam Shell. HEX triplet: DC, B2 and 9E. RGB value is (220,178,158). Sum of RGB (Red+Green+Blue) = 220+178+158=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 178 (69.92% from 255 or 32.01% from 556); Blue value is 158 (62.11% from 255 or 28.42% from 556); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB29E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB29E is #234D61. Grayscale: #BCBCBC. Windows color (decimal): -2313570 or 10400476. OLE color: 10400476.
HSL color Cylindrical-coordinate representation of color #DCB29E: hue angle of 19.35º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCB29E is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 158 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.14 |
| HSL | 19.35º | 0.47% | 0.74% | - |
| HSV(B) | 19.35º | 0.28% | 0.86% | - |
| XYZ | 51.61 | 49.53 | 39.19 | - |
| YUV | 188.28 | 110.91 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 158 | 0 | 0.19 | 0.28 | 0.14 | 19.35 | 0.47 | 0.74 |
| Hex | DC | B2 | 9E | 0 | 13 | 1C | E | 13 | 2F | 4A |
| Octal | 334 | 262 | 236 | 0 | 23 | 34 | 16 | 23 | 57 | 112 |
| Binary | 11011100 | 10110010 | 10011110 | 0 | 10011 | 11100 | 1110 | 10011 | 101111 | 1001010 |
Color Harmonies of #DCB29E
Complementary color
Monochromatic Colors of #DCB29E
Black with #DCB29E
Text Example
Text Example
White with #DCB29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB29E; }
p { color: rgb(220,178,158); }
H1.HeaderClassName
{
color: #DCB29E;
}
.AnyTagClassName
{
color: #DCB29E;
}
</style>
background-color css
<style>
a { background-color: #DCB29E; }
a { background-color: rgb(220,178,158); }
div.DivClassName
{
background-color: #DCB29E;
}
.BgClassName
{
background-color: #DCB29E;
}
</style>
border-color css
<style>
span { border-color: #DCB29E; }
span { border-color: rgb(220,178,158); }
td.TdClassName
{
border-color: #DCB29E;
}
.TagClassName
{
border-color: #DCB29E;
}
</style>