Shades of Clam Shell #DDB5A1
Tints of Clam Shell #DDB5A1
RGB
CMYK
RGB Variations
Color information
#DDB5A1 (or 0xDDB5A1) is known color: Clam Shell. HEX triplet: DD, B5 and A1. RGB value is (221,181,161). Sum of RGB (Red+Green+Blue) = 221+181+161=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 181 (71.09% from 255 or 32.15% from 563); Blue value is 161 (63.28% from 255 or 28.60% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB5A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB5A1 is #224A5E. Grayscale: #BEBEBE. Windows color (decimal): -2247263 or 10597853. OLE color: 10597853.
HSL color Cylindrical-coordinate representation of color #DDB5A1: hue angle of 20º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDB5A1 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 161 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.13 |
| HSL | 20º | 0.47% | 0.75% | - |
| HSV(B) | 20º | 0.27% | 0.87% | - |
| XYZ | 52.78 | 50.99 | 40.78 | - |
| YUV | 190.68 | 111.25 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 161 | 0 | 0.18 | 0.27 | 0.13 | 20 | 0.47 | 0.75 |
| Hex | DD | B5 | A1 | 0 | 12 | 1B | D | 14 | 2F | 4B |
| Octal | 335 | 265 | 241 | 0 | 22 | 33 | 15 | 24 | 57 | 113 |
| Binary | 11011101 | 10110101 | 10100001 | 0 | 10010 | 11011 | 1101 | 10100 | 101111 | 1001011 |
Color Harmonies of #DDB5A1
Complementary color
Monochromatic Colors of #DDB5A1
Black with #DDB5A1
Text Example
Text Example
White with #DDB5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB5A1; }
p { color: rgb(221,181,161); }
H1.HeaderClassName
{
color: #DDB5A1;
}
.AnyTagClassName
{
color: #DDB5A1;
}
</style>
background-color css
<style>
a { background-color: #DDB5A1; }
a { background-color: rgb(221,181,161); }
div.DivClassName
{
background-color: #DDB5A1;
}
.BgClassName
{
background-color: #DDB5A1;
}
</style>
border-color css
<style>
span { border-color: #DDB5A1; }
span { border-color: rgb(221,181,161); }
td.TdClassName
{
border-color: #DDB5A1;
}
.TagClassName
{
border-color: #DDB5A1;
}
</style>