Shades of Clam Shell #D5B19F
Tints of Clam Shell #D5B19F
RGB
CMYK
RGB Variations
Color information
#D5B19F (or 0xD5B19F) is known color: Clam Shell. HEX triplet: D5, B1 and 9F. RGB value is (213,177,159). Sum of RGB (Red+Green+Blue) = 213+177+159=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 177 (69.53% from 255 or 32.24% from 549); Blue value is 159 (62.5% from 255 or 28.96% from 549); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B19F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5B19F is #2A4E60. Grayscale: #B9B9B9. Windows color (decimal): -2772577 or 10465749. OLE color: 10465749.
HSL color Cylindrical-coordinate representation of color #D5B19F: hue angle of 20º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5B19F is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 177 | 159 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.16 |
| HSL | 20º | 0.39% | 0.73% | - |
| HSV(B) | 20º | 0.25% | 0.84% | - |
| XYZ | 49.42 | 48.09 | 39.48 | - |
| YUV | 185.71 | 112.93 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 177 | 159 | 0 | 0.17 | 0.25 | 0.16 | 20 | 0.39 | 0.73 |
| Hex | D5 | B1 | 9F | 0 | 11 | 19 | 10 | 14 | 27 | 49 |
| Octal | 325 | 261 | 237 | 0 | 21 | 31 | 20 | 24 | 47 | 111 |
| Binary | 11010101 | 10110001 | 10011111 | 0 | 10001 | 11001 | 10000 | 10100 | 100111 | 1001001 |
Color Harmonies of #D5B19F
Complementary color
Monochromatic Colors of #D5B19F
Black with #D5B19F
Text Example
Text Example
White with #D5B19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B19F; }
p { color: rgb(213,177,159); }
H1.HeaderClassName
{
color: #D5B19F;
}
.AnyTagClassName
{
color: #D5B19F;
}
</style>
background-color css
<style>
a { background-color: #D5B19F; }
a { background-color: rgb(213,177,159); }
div.DivClassName
{
background-color: #D5B19F;
}
.BgClassName
{
background-color: #D5B19F;
}
</style>
border-color css
<style>
span { border-color: #D5B19F; }
span { border-color: rgb(213,177,159); }
td.TdClassName
{
border-color: #D5B19F;
}
.TagClassName
{
border-color: #D5B19F;
}
</style>