Shades of Clam Shell #D6B5A3
Tints of Clam Shell #D6B5A3
RGB
CMYK
RGB Variations
Color information
#D6B5A3 (or 0xD6B5A3) is known color: Clam Shell. HEX triplet: D6, B5 and A3. RGB value is (214,181,163). Sum of RGB (Red+Green+Blue) = 214+181+163=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 181 (71.09% from 255 or 32.44% from 558); Blue value is 163 (64.06% from 255 or 29.21% from 558); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B5A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B5A3 is #294A5C. Grayscale: #BCBCBC. Windows color (decimal): -2706013 or 10728918. OLE color: 10728918.
HSL color Cylindrical-coordinate representation of color #D6B5A3: hue angle of 21.18º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6B5A3 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 181 | 163 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.16 |
| HSL | 21.18º | 0.38% | 0.74% | - |
| HSV(B) | 21.18º | 0.24% | 0.84% | - |
| XYZ | 50.87 | 49.99 | 41.62 | - |
| YUV | 188.82 | 113.43 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 181 | 163 | 0 | 0.15 | 0.24 | 0.16 | 21.18 | 0.38 | 0.74 |
| Hex | D6 | B5 | A3 | 0 | F | 18 | 10 | 15 | 26 | 4A |
| Octal | 326 | 265 | 243 | 0 | 17 | 30 | 20 | 25 | 46 | 112 |
| Binary | 11010110 | 10110101 | 10100011 | 0 | 1111 | 11000 | 10000 | 10101 | 100110 | 1001010 |
Color Harmonies of #D6B5A3
Complementary color
Monochromatic Colors of #D6B5A3
Black with #D6B5A3
Text Example
Text Example
White with #D6B5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B5A3; }
p { color: rgb(214,181,163); }
H1.HeaderClassName
{
color: #D6B5A3;
}
.AnyTagClassName
{
color: #D6B5A3;
}
</style>
background-color css
<style>
a { background-color: #D6B5A3; }
a { background-color: rgb(214,181,163); }
div.DivClassName
{
background-color: #D6B5A3;
}
.BgClassName
{
background-color: #D6B5A3;
}
</style>
border-color css
<style>
span { border-color: #D6B5A3; }
span { border-color: rgb(214,181,163); }
td.TdClassName
{
border-color: #D6B5A3;
}
.TagClassName
{
border-color: #D6B5A3;
}
</style>