Shades of Clam Shell #DCB7AA
Tints of Clam Shell #DCB7AA
RGB
CMYK
RGB Variations
Color information
#DCB7AA (or 0xDCB7AA) is known color: Clam Shell. HEX triplet: DC, B7 and AA. RGB value is (220,183,170). Sum of RGB (Red+Green+Blue) = 220+183+170=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 183 (71.88% from 255 or 31.94% from 573); Blue value is 170 (66.80% from 255 or 29.67% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB7AA is #234855. Grayscale: #C0C0C0. Windows color (decimal): -2312278 or 11188188. OLE color: 11188188.
HSL color Cylindrical-coordinate representation of color #DCB7AA: hue angle of 15.6º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCB7AA is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 183 | 170 | - |
CMYK | 0 | 0.17 | 0.23 | 0.14 |
HSL | 15.6º | 0.42% | 0.76% | - |
HSV(B) | 15.6º | 0.23% | 0.86% | - |
XYZ | 53.7 | 51.98 | 45.23 | - |
YUV | 192.58 | 115.26 | 147.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 183 | 170 | 0 | 0.17 | 0.23 | 0.14 | 15.6 | 0.42 | 0.76 |
Hex | DC | B7 | AA | 0 | 11 | 17 | E | 10 | 2A | 4C |
Octal | 334 | 267 | 252 | 0 | 21 | 27 | 16 | 20 | 52 | 114 |
Binary | 11011100 | 10110111 | 10101010 | 0 | 10001 | 10111 | 1110 | 10000 | 101010 | 1001100 |
Color Harmonies of #DCB7AA
Complementary color
Monochromatic Colors of #DCB7AA
Black with #DCB7AA
Text Example
Text Example
White with #DCB7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB7AA; }
p { color: rgb(220,183,170); }
H1.HeaderClassName
{
color: #DCB7AA;
}
.AnyTagClassName
{
color: #DCB7AA;
}
</style>
background-color css
<style>
a { background-color: #DCB7AA; }
a { background-color: rgb(220,183,170); }
div.DivClassName
{
background-color: #DCB7AA;
}
.BgClassName
{
background-color: #DCB7AA;
}
</style>
border-color css
<style>
span { border-color: #DCB7AA; }
span { border-color: rgb(220,183,170); }
td.TdClassName
{
border-color: #DCB7AA;
}
.TagClassName
{
border-color: #DCB7AA;
}
</style>