Shades of Clam Shell #DDB49F
Tints of Clam Shell #DDB49F
RGB
CMYK
RGB Variations
Color information
#DDB49F (or 0xDDB49F) is known color: Clam Shell. HEX triplet: DD, B4 and 9F. RGB value is (221,180,159). Sum of RGB (Red+Green+Blue) = 221+180+159=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 180 (70.70% from 255 or 32.14% from 560); Blue value is 159 (62.5% from 255 or 28.39% from 560); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB49F is #224B60. Grayscale: #BDBDBD. Windows color (decimal): -2247521 or 10466525. OLE color: 10466525.
HSL color Cylindrical-coordinate representation of color #DDB49F: hue angle of 20.32º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDB49F is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 180 | 159 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.13 |
| HSL | 20.32º | 0.48% | 0.75% | - |
| HSV(B) | 20.32º | 0.28% | 0.87% | - |
| XYZ | 52.4 | 50.52 | 39.79 | - |
| YUV | 189.87 | 110.58 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 159 | 0 | 0.19 | 0.28 | 0.13 | 20.32 | 0.48 | 0.75 |
| Hex | DD | B4 | 9F | 0 | 13 | 1C | D | 14 | 30 | 4B |
| Octal | 335 | 264 | 237 | 0 | 23 | 34 | 15 | 24 | 60 | 113 |
| Binary | 11011101 | 10110100 | 10011111 | 0 | 10011 | 11100 | 1101 | 10100 | 110000 | 1001011 |
Color Harmonies of #DDB49F
Complementary color
Monochromatic Colors of #DDB49F
Black with #DDB49F
Text Example
Text Example
White with #DDB49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB49F; }
p { color: rgb(221,180,159); }
H1.HeaderClassName
{
color: #DDB49F;
}
.AnyTagClassName
{
color: #DDB49F;
}
</style>
background-color css
<style>
a { background-color: #DDB49F; }
a { background-color: rgb(221,180,159); }
div.DivClassName
{
background-color: #DDB49F;
}
.BgClassName
{
background-color: #DDB49F;
}
</style>
border-color css
<style>
span { border-color: #DDB49F; }
span { border-color: rgb(221,180,159); }
td.TdClassName
{
border-color: #DDB49F;
}
.TagClassName
{
border-color: #DDB49F;
}
</style>