Shades of Clam Shell #D4B0A5
Tints of Clam Shell #D4B0A5
RGB
CMYK
RGB Variations
Color information
#D4B0A5 (or 0xD4B0A5) is known color: Clam Shell. HEX triplet: D4, B0 and A5. RGB value is (212,176,165). Sum of RGB (Red+Green+Blue) = 212+176+165=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 176 (69.14% from 255 or 31.83% from 553); Blue value is 165 (64.84% from 255 or 29.84% from 553); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B0A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4B0A5 is #2B4F5A. Grayscale: #B9B9B9. Windows color (decimal): -2838363 or 10858708. OLE color: 10858708.
HSL color Cylindrical-coordinate representation of color #D4B0A5: hue angle of 14.04º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D4B0A5 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 176 | 165 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.17 |
| HSL | 14.04º | 0.35% | 0.74% | - |
| HSV(B) | 14.04º | 0.22% | 0.83% | - |
| XYZ | 49.47 | 47.76 | 42.21 | - |
| YUV | 185.51 | 116.43 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 176 | 165 | 0 | 0.17 | 0.22 | 0.17 | 14.04 | 0.35 | 0.74 |
| Hex | D4 | B0 | A5 | 0 | 11 | 16 | 11 | E | 23 | 4A |
| Octal | 324 | 260 | 245 | 0 | 21 | 26 | 21 | 16 | 43 | 112 |
| Binary | 11010100 | 10110000 | 10100101 | 0 | 10001 | 10110 | 10001 | 1110 | 100011 | 1001010 |
Color Harmonies of #D4B0A5
Complementary color
Monochromatic Colors of #D4B0A5
Black with #D4B0A5
Text Example
Text Example
White with #D4B0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B0A5; }
p { color: rgb(212,176,165); }
H1.HeaderClassName
{
color: #D4B0A5;
}
.AnyTagClassName
{
color: #D4B0A5;
}
</style>
background-color css
<style>
a { background-color: #D4B0A5; }
a { background-color: rgb(212,176,165); }
div.DivClassName
{
background-color: #D4B0A5;
}
.BgClassName
{
background-color: #D4B0A5;
}
</style>
border-color css
<style>
span { border-color: #D4B0A5; }
span { border-color: rgb(212,176,165); }
td.TdClassName
{
border-color: #D4B0A5;
}
.TagClassName
{
border-color: #D4B0A5;
}
</style>