Shades of Clam Shell #D0B4AC
Tints of Clam Shell #D0B4AC
RGB
CMYK
RGB Variations
Color information
#D0B4AC (or 0xD0B4AC) is known color: Clam Shell. HEX triplet: D0, B4 and AC. RGB value is (208,180,172). Sum of RGB (Red+Green+Blue) = 208+180+172=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 180 (70.70% from 255 or 32.14% from 560); Blue value is 172 (67.58% from 255 or 30.71% from 560); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B4AC is #2F4B53. Grayscale: #BBBBBB. Windows color (decimal): -3099476 or 11318480. OLE color: 11318480.
HSL color Cylindrical-coordinate representation of color #D0B4AC: hue angle of 13.33º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0B4AC is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 180 | 172 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.18 |
| HSL | 13.33º | 0.28% | 0.75% | - |
| HSV(B) | 13.33º | 0.17% | 0.82% | - |
| XYZ | 49.78 | 49.03 | 45.87 | - |
| YUV | 187.46 | 119.28 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 180 | 172 | 0 | 0.13 | 0.17 | 0.18 | 13.33 | 0.28 | 0.75 |
| Hex | D0 | B4 | AC | 0 | D | 11 | 12 | D | 1C | 4B |
| Octal | 320 | 264 | 254 | 0 | 15 | 21 | 22 | 15 | 34 | 113 |
| Binary | 11010000 | 10110100 | 10101100 | 0 | 1101 | 10001 | 10010 | 1101 | 11100 | 1001011 |
Color Harmonies of #D0B4AC
Complementary color
Monochromatic Colors of #D0B4AC
Black with #D0B4AC
Text Example
Text Example
White with #D0B4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B4AC; }
p { color: rgb(208,180,172); }
H1.HeaderClassName
{
color: #D0B4AC;
}
.AnyTagClassName
{
color: #D0B4AC;
}
</style>
background-color css
<style>
a { background-color: #D0B4AC; }
a { background-color: rgb(208,180,172); }
div.DivClassName
{
background-color: #D0B4AC;
}
.BgClassName
{
background-color: #D0B4AC;
}
</style>
border-color css
<style>
span { border-color: #D0B4AC; }
span { border-color: rgb(208,180,172); }
td.TdClassName
{
border-color: #D0B4AC;
}
.TagClassName
{
border-color: #D0B4AC;
}
</style>