Shades of Clam Shell #DCB09D
Tints of Clam Shell #DCB09D
RGB
CMYK
RGB Variations
Color information
#DCB09D (or 0xDCB09D) is known color: Clam Shell. HEX triplet: DC, B0 and 9D. RGB value is (220,176,157). Sum of RGB (Red+Green+Blue) = 220+176+157=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 176 (69.14% from 255 or 31.83% from 553); Blue value is 157 (61.72% from 255 or 28.39% from 553); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB09D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB09D is #234F62. Grayscale: #BBBBBB. Windows color (decimal): -2314083 or 10334428. OLE color: 10334428.
HSL color Cylindrical-coordinate representation of color #DCB09D: hue angle of 18.1º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCB09D is Cyan = 0, Magento = 0.2, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 157 | - |
| CMYK | 0 | 0.2 | 0.29 | 0.14 |
| HSL | 18.1º | 0.47% | 0.74% | - |
| HSV(B) | 18.1º | 0.29% | 0.86% | - |
| XYZ | 51.13 | 48.7 | 38.6 | - |
| YUV | 186.99 | 111.08 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 157 | 0 | 0.2 | 0.29 | 0.14 | 18.1 | 0.47 | 0.74 |
| Hex | DC | B0 | 9D | 0 | 14 | 1D | E | 12 | 2F | 4A |
| Octal | 334 | 260 | 235 | 0 | 24 | 35 | 16 | 22 | 57 | 112 |
| Binary | 11011100 | 10110000 | 10011101 | 0 | 10100 | 11101 | 1110 | 10010 | 101111 | 1001010 |
Color Harmonies of #DCB09D
Complementary color
Monochromatic Colors of #DCB09D
Black with #DCB09D
Text Example
Text Example
White with #DCB09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB09D; }
p { color: rgb(220,176,157); }
H1.HeaderClassName
{
color: #DCB09D;
}
.AnyTagClassName
{
color: #DCB09D;
}
</style>
background-color css
<style>
a { background-color: #DCB09D; }
a { background-color: rgb(220,176,157); }
div.DivClassName
{
background-color: #DCB09D;
}
.BgClassName
{
background-color: #DCB09D;
}
</style>
border-color css
<style>
span { border-color: #DCB09D; }
span { border-color: rgb(220,176,157); }
td.TdClassName
{
border-color: #DCB09D;
}
.TagClassName
{
border-color: #DCB09D;
}
</style>