Shades of Clam Shell #DCB4A2
Tints of Clam Shell #DCB4A2
RGB
CMYK
RGB Variations
Color information
#DCB4A2 (or 0xDCB4A2) is known color: Clam Shell. HEX triplet: DC, B4 and A2. RGB value is (220,180,162). Sum of RGB (Red+Green+Blue) = 220+180+162=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 180 (70.70% from 255 or 32.03% from 562); Blue value is 162 (63.67% from 255 or 28.83% from 562); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB4A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB4A2 is #234B5D. Grayscale: #BEBEBE. Windows color (decimal): -2313054 or 10663132. OLE color: 10663132.
HSL color Cylindrical-coordinate representation of color #DCB4A2: hue angle of 18.62º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCB4A2 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 162 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.14 |
| HSL | 18.62º | 0.45% | 0.75% | - |
| HSV(B) | 18.62º | 0.26% | 0.86% | - |
| XYZ | 52.36 | 50.47 | 41.16 | - |
| YUV | 189.91 | 112.25 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 162 | 0 | 0.18 | 0.26 | 0.14 | 18.62 | 0.45 | 0.75 |
| Hex | DC | B4 | A2 | 0 | 12 | 1A | E | 13 | 2D | 4B |
| Octal | 334 | 264 | 242 | 0 | 22 | 32 | 16 | 23 | 55 | 113 |
| Binary | 11011100 | 10110100 | 10100010 | 0 | 10010 | 11010 | 1110 | 10011 | 101101 | 1001011 |
Color Harmonies of #DCB4A2
Complementary color
Monochromatic Colors of #DCB4A2
Black with #DCB4A2
Text Example
Text Example
White with #DCB4A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB4A2; }
p { color: rgb(220,180,162); }
H1.HeaderClassName
{
color: #DCB4A2;
}
.AnyTagClassName
{
color: #DCB4A2;
}
</style>
background-color css
<style>
a { background-color: #DCB4A2; }
a { background-color: rgb(220,180,162); }
div.DivClassName
{
background-color: #DCB4A2;
}
.BgClassName
{
background-color: #DCB4A2;
}
</style>
border-color css
<style>
span { border-color: #DCB4A2; }
span { border-color: rgb(220,180,162); }
td.TdClassName
{
border-color: #DCB4A2;
}
.TagClassName
{
border-color: #DCB4A2;
}
</style>