Shades of Clam Shell #D0B2A2
Tints of Clam Shell #D0B2A2
RGB
CMYK
RGB Variations
Color information
#D0B2A2 (or 0xD0B2A2) is known color: Clam Shell. HEX triplet: D0, B2 and A2. RGB value is (208,178,162). Sum of RGB (Red+Green+Blue) = 208+178+162=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 178 (69.92% from 255 or 32.48% from 548); Blue value is 162 (63.67% from 255 or 29.56% from 548); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B2A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0B2A2 is #2F4D5D. Grayscale: #B9B9B9. Windows color (decimal): -3099998 or 10662608. OLE color: 10662608.
HSL color Cylindrical-coordinate representation of color #D0B2A2: hue angle of 20.87º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0B2A2 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 178 | 162 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.18 |
| HSL | 20.87º | 0.33% | 0.73% | - |
| HSV(B) | 20.87º | 0.22% | 0.82% | - |
| XYZ | 48.45 | 47.86 | 40.87 | - |
| YUV | 185.15 | 114.94 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 178 | 162 | 0 | 0.14 | 0.22 | 0.18 | 20.87 | 0.33 | 0.73 |
| Hex | D0 | B2 | A2 | 0 | E | 16 | 12 | 15 | 21 | 49 |
| Octal | 320 | 262 | 242 | 0 | 16 | 26 | 22 | 25 | 41 | 111 |
| Binary | 11010000 | 10110010 | 10100010 | 0 | 1110 | 10110 | 10010 | 10101 | 100001 | 1001001 |
Color Harmonies of #D0B2A2
Complementary color
Monochromatic Colors of #D0B2A2
Black with #D0B2A2
Text Example
Text Example
White with #D0B2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B2A2; }
p { color: rgb(208,178,162); }
H1.HeaderClassName
{
color: #D0B2A2;
}
.AnyTagClassName
{
color: #D0B2A2;
}
</style>
background-color css
<style>
a { background-color: #D0B2A2; }
a { background-color: rgb(208,178,162); }
div.DivClassName
{
background-color: #D0B2A2;
}
.BgClassName
{
background-color: #D0B2A2;
}
</style>
border-color css
<style>
span { border-color: #D0B2A2; }
span { border-color: rgb(208,178,162); }
td.TdClassName
{
border-color: #D0B2A2;
}
.TagClassName
{
border-color: #D0B2A2;
}
</style>