Shades of Clam Shell #DAAD9D
Tints of Clam Shell #DAAD9D
RGB
CMYK
RGB Variations
Color information
#DAAD9D (or 0xDAAD9D) is known color: Clam Shell. HEX triplet: DA, AD and 9D. RGB value is (218,173,157). Sum of RGB (Red+Green+Blue) = 218+173+157=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 157 (61.72% from 255 or 28.65% from 548); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAD9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAD9D is #255262. Grayscale: #B8B8B8. Windows color (decimal): -2445923 or 10333658. OLE color: 10333658.
HSL color Cylindrical-coordinate representation of color #DAAD9D: hue angle of 15.74º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAAD9D is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 173 | 157 | - |
CMYK | 0 | 0.21 | 0.28 | 0.15 |
HSL | 15.74º | 0.45% | 0.74% | - |
HSV(B) | 15.74º | 0.28% | 0.85% | - |
XYZ | 49.94 | 47.23 | 38.38 | - |
YUV | 184.63 | 112.41 | 151.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 173 | 157 | 0 | 0.21 | 0.28 | 0.15 | 15.74 | 0.45 | 0.74 |
Hex | DA | AD | 9D | 0 | 15 | 1C | F | 10 | 2D | 4A |
Octal | 332 | 255 | 235 | 0 | 25 | 34 | 17 | 20 | 55 | 112 |
Binary | 11011010 | 10101101 | 10011101 | 0 | 10101 | 11100 | 1111 | 10000 | 101101 | 1001010 |
Color Harmonies of #DAAD9D
Complementary color
Monochromatic Colors of #DAAD9D
Black with #DAAD9D
Text Example
Text Example
White with #DAAD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAD9D; }
p { color: rgb(218,173,157); }
H1.HeaderClassName
{
color: #DAAD9D;
}
.AnyTagClassName
{
color: #DAAD9D;
}
</style>
background-color css
<style>
a { background-color: #DAAD9D; }
a { background-color: rgb(218,173,157); }
div.DivClassName
{
background-color: #DAAD9D;
}
.BgClassName
{
background-color: #DAAD9D;
}
</style>
border-color css
<style>
span { border-color: #DAAD9D; }
span { border-color: rgb(218,173,157); }
td.TdClassName
{
border-color: #DAAD9D;
}
.TagClassName
{
border-color: #DAAD9D;
}
</style>