Shades of Clam Shell #D4B5AC
Tints of Clam Shell #D4B5AC
RGB
CMYK
RGB Variations
Color information
#D4B5AC (or 0xD4B5AC) is known color: Clam Shell. HEX triplet: D4, B5 and AC. RGB value is (212,181,172). Sum of RGB (Red+Green+Blue) = 212+181+172=565 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.52% from 565); Green value is 181 (71.09% from 255 or 32.04% from 565); Blue value is 172 (67.58% from 255 or 30.44% from 565); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4B5AC is #2B4A53. Grayscale: #BDBDBD. Windows color (decimal): -2837076 or 11318740. OLE color: 11318740.
HSL color Cylindrical-coordinate representation of color #D4B5AC: hue angle of 13.5º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D4B5AC is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 181 | 172 | - |
CMYK | 0 | 0.15 | 0.19 | 0.17 |
HSL | 13.5º | 0.32% | 0.75% | - |
HSV(B) | 13.5º | 0.19% | 0.83% | - |
XYZ | 51.12 | 50.02 | 45.99 | - |
YUV | 189.24 | 118.27 | 144.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 181 | 172 | 0 | 0.15 | 0.19 | 0.17 | 13.5 | 0.32 | 0.75 |
Hex | D4 | B5 | AC | 0 | F | 13 | 11 | E | 20 | 4B |
Octal | 324 | 265 | 254 | 0 | 17 | 23 | 21 | 16 | 40 | 113 |
Binary | 11010100 | 10110101 | 10101100 | 0 | 1111 | 10011 | 10001 | 1110 | 100000 | 1001011 |
Color Harmonies of #D4B5AC
Complementary color
Monochromatic Colors of #D4B5AC
Black with #D4B5AC
Text Example
Text Example
White with #D4B5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B5AC; }
p { color: rgb(212,181,172); }
H1.HeaderClassName
{
color: #D4B5AC;
}
.AnyTagClassName
{
color: #D4B5AC;
}
</style>
background-color css
<style>
a { background-color: #D4B5AC; }
a { background-color: rgb(212,181,172); }
div.DivClassName
{
background-color: #D4B5AC;
}
.BgClassName
{
background-color: #D4B5AC;
}
</style>
border-color css
<style>
span { border-color: #D4B5AC; }
span { border-color: rgb(212,181,172); }
td.TdClassName
{
border-color: #D4B5AC;
}
.TagClassName
{
border-color: #D4B5AC;
}
</style>