Shades of Clam Shell #DBAE9D
Tints of Clam Shell #DBAE9D
RGB
CMYK
RGB Variations
Color information
#DBAE9D (or 0xDBAE9D) is known color: Clam Shell. HEX triplet: DB, AE and 9D. RGB value is (219,174,157). Sum of RGB (Red+Green+Blue) = 219+174+157=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 174 (68.36% from 255 or 31.64% from 550); Blue value is 157 (61.72% from 255 or 28.55% from 550); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAE9D is #245162. Grayscale: #B9B9B9. Windows color (decimal): -2380131 or 10333915. OLE color: 10333915.
HSL color Cylindrical-coordinate representation of color #DBAE9D: hue angle of 16.45º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBAE9D is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 157 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.14 |
| HSL | 16.45º | 0.46% | 0.74% | - |
| HSV(B) | 16.45º | 0.28% | 0.86% | - |
| XYZ | 50.44 | 47.77 | 38.46 | - |
| YUV | 185.52 | 111.91 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 157 | 0 | 0.21 | 0.28 | 0.14 | 16.45 | 0.46 | 0.74 |
| Hex | DB | AE | 9D | 0 | 15 | 1C | E | 10 | 2E | 4A |
| Octal | 333 | 256 | 235 | 0 | 25 | 34 | 16 | 20 | 56 | 112 |
| Binary | 11011011 | 10101110 | 10011101 | 0 | 10101 | 11100 | 1110 | 10000 | 101110 | 1001010 |
Color Harmonies of #DBAE9D
Complementary color
Monochromatic Colors of #DBAE9D
Black with #DBAE9D
Text Example
Text Example
White with #DBAE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAE9D; }
p { color: rgb(219,174,157); }
H1.HeaderClassName
{
color: #DBAE9D;
}
.AnyTagClassName
{
color: #DBAE9D;
}
</style>
background-color css
<style>
a { background-color: #DBAE9D; }
a { background-color: rgb(219,174,157); }
div.DivClassName
{
background-color: #DBAE9D;
}
.BgClassName
{
background-color: #DBAE9D;
}
</style>
border-color css
<style>
span { border-color: #DBAE9D; }
span { border-color: rgb(219,174,157); }
td.TdClassName
{
border-color: #DBAE9D;
}
.TagClassName
{
border-color: #DBAE9D;
}
</style>