#D7B1A0

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

Shades of Clam Shell #D7B1A0

Tints of Clam Shell #D7B1A0

Color information

#D7B1A0 (or 0xD7B1A0) is unknown color: approx Clam Shell. HEX triplet: D7, B1 and A0. RGB value is (215,177,160). Sum of RGB (Red+Green+Blue) = 215+177+160=552 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.95% from 552); Green value is 177 (69.53% from 255 or 32.07% from 552); Blue value is 160 (62.89% from 255 or 28.99% from 552); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B1A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B1A0 is #284E5F. Grayscale: #BABABA. Windows color (decimal): -2641504 or 10531287. OLE color: 10531287.

HSL color Cylindrical-coordinate representation of color #D7B1A0: hue angle of 18.55º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D7B1A0 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB215177160-
CMYK00.180.260.16
HSL18.55º40.74%73.53%-
HSV(B)18.55º25.58%84.31%-
XYZ50.0948.4339.97-
YUV186.42113.09148.38-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.95%
GREEN value IS 177 (69.53% from 255) = 32.07%
BLUE value IS 160 (62.89% from 255) = 28.99%
R=38.95%
G=32.07%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517716000.180.260.1618.5540.7473.53
HexD7B1A00121A1013294a
Octal32726124002232202351112
Binary1101011110110001101000000100101101010000100111010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B1A0; }

 p { color: rgb(215,177,160); }

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

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

 a { background-color: rgb(215,177,160); }

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

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

 span { border-color: rgb(215,177,160); }

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