#D3B6AC

Color #D3B6AC Clam Shell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clam Shell #D3B6AC

Tints of Clam Shell #D3B6AC

Color information

#D3B6AC (or 0xD3B6AC) is unknown color: approx Clam Shell. HEX triplet: D3, B6 and AC. RGB value is (211,182,172). Sum of RGB (Red+Green+Blue) = 211+182+172=565 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.35% from 565); Green value is 182 (71.48% from 255 or 32.21% from 565); Blue value is 172 (67.58% from 255 or 30.44% from 565); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3B6AC is #2C4953. Grayscale: #BDBDBD. Windows color (decimal): -2902356 or 11318995. OLE color: 11318995.

HSL color Cylindrical-coordinate representation of color #D3B6AC: hue angle of 15.38º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3B6AC is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB211182172-
CMYK00.140.180.17
HSL15.38º30.71%75.1%-
HSV(B)15.38º18.48%82.75%-
XYZ51.0450.2846.05-
YUV189.53118.11143.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 211 (82.81% from 255) = 37.35%
GREEN value IS 182 (71.48% from 255) = 32.21%
BLUE value IS 172 (67.58% from 255) = 30.44%
R=37.35%
G=32.21%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21118217200.140.180.1715.3830.7175.1
HexD3B6AC0E1211f1f4b
Octal32326625401622211737113
Binary1101001110110110101011000111010010100011111111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B6AC; }

 p { color: rgb(211,182,172); }

 H1.HeaderClassName
 {
   color: #D3B6AC;
 }
 .AnyTagClassName
 {
   color: #D3B6AC;
 }
</style>
background-color css

<style>
 a { background-color: #D3B6AC; }

 a { background-color: rgb(211,182,172); }

 div.DivClassName
 {
   background-color: #D3B6AC;
 }
 .BgClassName
 {
   background-color: #D3B6AC;
 }
</style>
border-color css

<style>
 span { border-color: #D3B6AC; }

 span { border-color: rgb(211,182,172); }

 td.TdClassName
 {
   border-color: #D3B6AC;
 }
 .TagClassName
 {
   border-color: #D3B6AC;
 }
</style>