#D7B5A6

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

Shades of Clam Shell #D7B5A6

Tints of Clam Shell #D7B5A6

Color information

#D7B5A6 (or 0xD7B5A6) is unknown color: approx Clam Shell. HEX triplet: D7, B5 and A6. RGB value is (215,181,166). Sum of RGB (Red+Green+Blue) = 215+181+166=562 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.26% from 562); Green value is 181 (71.09% from 255 or 32.21% from 562); Blue value is 166 (65.23% from 255 or 29.54% from 562); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B5A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B5A6 is #284A59. Grayscale: #BDBDBD. Windows color (decimal): -2640474 or 10925527. OLE color: 10925527.

HSL color Cylindrical-coordinate representation of color #D7B5A6: hue angle of 18.37º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D7B5A6 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB215181166-
CMYK00.160.230.16
HSL18.37º37.98%74.71%-
HSV(B)18.37º22.79%84.31%-
XYZ51.4350.2543.06-
YUV189.46114.76146.22-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.26%
GREEN value IS 181 (71.09% from 255) = 32.21%
BLUE value IS 166 (65.23% from 255) = 29.54%
R=38.26%
G=32.21%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518116600.160.230.1618.3737.9874.71
HexD7B5A6010171012264b
Octal32726524602027202246113
Binary1101011110110101101001100100001011110000100101001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B5A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B5A6; }

 p { color: rgb(215,181,166); }

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

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

 a { background-color: rgb(215,181,166); }

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

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

 span { border-color: rgb(215,181,166); }

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