#D7B5A7

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

Shades of Clam Shell #D7B5A7

Tints of Clam Shell #D7B5A7

Color information

#D7B5A7 (or 0xD7B5A7) is unknown color: approx Clam Shell. HEX triplet: D7, B5 and A7. RGB value is (215,181,167). Sum of RGB (Red+Green+Blue) = 215+181+167=563 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.19% from 563); Green value is 181 (71.09% from 255 or 32.15% from 563); Blue value is 167 (65.62% from 255 or 29.66% from 563); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B5A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B5A7 is #284A58. Grayscale: #BDBDBD. Windows color (decimal): -2640473 or 10991063. OLE color: 10991063.

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

Color convert

RGB215181167-
CMYK00.160.220.16
HSL17.5º37.5%74.9%-
HSV(B)17.5º22.33%84.31%-
XYZ51.5250.2843.55-
YUV189.57115.26146.14-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.19%
GREEN value IS 181 (71.09% from 255) = 32.15%
BLUE value IS 167 (65.62% from 255) = 29.66%
R=38.19%
G=32.15%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518116700.160.220.1617.537.574.9
HexD7B5A7010161012264b
Octal32726524702026202246113
Binary1101011110110101101001110100001011010000100101001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B5A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B5A7; }

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

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

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

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

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

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

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

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