Shades of Clam Shell #DDB5A4
Tints of Clam Shell #DDB5A4
RGB
CMYK
RGB Variations
Color information
#DDB5A4 (or 0xDDB5A4) is known color: Clam Shell. HEX triplet: DD, B5 and A4. RGB value is (221,181,164). Sum of RGB (Red+Green+Blue) = 221+181+164=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 181 (71.09% from 255 or 31.98% from 566); Blue value is 164 (64.45% from 255 or 28.98% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB5A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB5A4 is #224A5B. Grayscale: #BFBFBF. Windows color (decimal): -2247260 or 10794461. OLE color: 10794461.
HSL color Cylindrical-coordinate representation of color #DDB5A4: hue angle of 17.89º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDB5A4 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 164 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.13 |
| HSL | 17.89º | 0.46% | 0.75% | - |
| HSV(B) | 17.89º | 0.26% | 0.87% | - |
| XYZ | 53.04 | 51.1 | 42.19 | - |
| YUV | 191.02 | 112.75 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 164 | 0 | 0.18 | 0.26 | 0.13 | 17.89 | 0.46 | 0.75 |
| Hex | DD | B5 | A4 | 0 | 12 | 1A | D | 12 | 2E | 4B |
| Octal | 335 | 265 | 244 | 0 | 22 | 32 | 15 | 22 | 56 | 113 |
| Binary | 11011101 | 10110101 | 10100100 | 0 | 10010 | 11010 | 1101 | 10010 | 101110 | 1001011 |
Color Harmonies of #DDB5A4
Complementary color
Monochromatic Colors of #DDB5A4
Black with #DDB5A4
Text Example
Text Example
White with #DDB5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB5A4; }
p { color: rgb(221,181,164); }
H1.HeaderClassName
{
color: #DDB5A4;
}
.AnyTagClassName
{
color: #DDB5A4;
}
</style>
background-color css
<style>
a { background-color: #DDB5A4; }
a { background-color: rgb(221,181,164); }
div.DivClassName
{
background-color: #DDB5A4;
}
.BgClassName
{
background-color: #DDB5A4;
}
</style>
border-color css
<style>
span { border-color: #DDB5A4; }
span { border-color: rgb(221,181,164); }
td.TdClassName
{
border-color: #DDB5A4;
}
.TagClassName
{
border-color: #DDB5A4;
}
</style>