Shades of Clam Shell #DBAE9C
Tints of Clam Shell #DBAE9C
RGB
CMYK
RGB Variations
Color information
#DBAE9C (or 0xDBAE9C) is known color: Clam Shell. HEX triplet: DB, AE and 9C. RGB value is (219,174,156). Sum of RGB (Red+Green+Blue) = 219+174+156=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 156 (61.33% from 255 or 28.42% from 549); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAE9C is #245163. Grayscale: #B9B9B9. Windows color (decimal): -2380132 or 10268379. OLE color: 10268379.
HSL color Cylindrical-coordinate representation of color #DBAE9C: hue angle of 17.14º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBAE9C is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 156 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.14 |
| HSL | 17.14º | 0.47% | 0.74% | - |
| HSV(B) | 17.14º | 0.29% | 0.86% | - |
| XYZ | 50.35 | 47.73 | 38.01 | - |
| YUV | 185.4 | 111.41 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 156 | 0 | 0.21 | 0.29 | 0.14 | 17.14 | 0.47 | 0.74 |
| Hex | DB | AE | 9C | 0 | 15 | 1D | E | 11 | 2F | 4A |
| Octal | 333 | 256 | 234 | 0 | 25 | 35 | 16 | 21 | 57 | 112 |
| Binary | 11011011 | 10101110 | 10011100 | 0 | 10101 | 11101 | 1110 | 10001 | 101111 | 1001010 |
Color Harmonies of #DBAE9C
Complementary color
Monochromatic Colors of #DBAE9C
Black with #DBAE9C
Text Example
Text Example
White with #DBAE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAE9C; }
p { color: rgb(219,174,156); }
H1.HeaderClassName
{
color: #DBAE9C;
}
.AnyTagClassName
{
color: #DBAE9C;
}
</style>
background-color css
<style>
a { background-color: #DBAE9C; }
a { background-color: rgb(219,174,156); }
div.DivClassName
{
background-color: #DBAE9C;
}
.BgClassName
{
background-color: #DBAE9C;
}
</style>
border-color css
<style>
span { border-color: #DBAE9C; }
span { border-color: rgb(219,174,156); }
td.TdClassName
{
border-color: #DBAE9C;
}
.TagClassName
{
border-color: #DBAE9C;
}
</style>