Shades of Clam Shell #DAB5A2
Tints of Clam Shell #DAB5A2
RGB
CMYK
RGB Variations
Color information
#DAB5A2 (or 0xDAB5A2) is known color: Clam Shell. HEX triplet: DA, B5 and A2. RGB value is (218,181,162). Sum of RGB (Red+Green+Blue) = 218+181+162=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 181 (71.09% from 255 or 32.26% from 561); Blue value is 162 (63.67% from 255 or 28.88% from 561); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB5A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB5A2 is #254A5D. Grayscale: #BEBEBE. Windows color (decimal): -2443870 or 10663386. OLE color: 10663386.
HSL color Cylindrical-coordinate representation of color #DAB5A2: hue angle of 20.36º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAB5A2 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 181 | 162 | - |
CMYK | 0 | 0.17 | 0.26 | 0.15 |
HSL | 20.36º | 0.43% | 0.75% | - |
HSV(B) | 20.36º | 0.26% | 0.85% | - |
XYZ | 51.96 | 50.56 | 41.2 | - |
YUV | 189.9 | 112.26 | 148.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 181 | 162 | 0 | 0.17 | 0.26 | 0.15 | 20.36 | 0.43 | 0.75 |
Hex | DA | B5 | A2 | 0 | 11 | 1A | F | 14 | 2B | 4B |
Octal | 332 | 265 | 242 | 0 | 21 | 32 | 17 | 24 | 53 | 113 |
Binary | 11011010 | 10110101 | 10100010 | 0 | 10001 | 11010 | 1111 | 10100 | 101011 | 1001011 |
Color Harmonies of #DAB5A2
Complementary color
Monochromatic Colors of #DAB5A2
Black with #DAB5A2
Text Example
Text Example
White with #DAB5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB5A2; }
p { color: rgb(218,181,162); }
H1.HeaderClassName
{
color: #DAB5A2;
}
.AnyTagClassName
{
color: #DAB5A2;
}
</style>
background-color css
<style>
a { background-color: #DAB5A2; }
a { background-color: rgb(218,181,162); }
div.DivClassName
{
background-color: #DAB5A2;
}
.BgClassName
{
background-color: #DAB5A2;
}
</style>
border-color css
<style>
span { border-color: #DAB5A2; }
span { border-color: rgb(218,181,162); }
td.TdClassName
{
border-color: #DAB5A2;
}
.TagClassName
{
border-color: #DAB5A2;
}
</style>