#D7B1A9

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

Shades of Clam Shell #D7B1A9

Tints of Clam Shell #D7B1A9

Color information

#D7B1A9 (or 0xD7B1A9) is unknown color: approx Clam Shell. HEX triplet: D7, B1 and A9. RGB value is (215,177,169). Sum of RGB (Red+Green+Blue) = 215+177+169=561 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.32% from 561); Green value is 177 (69.53% from 255 or 31.55% from 561); Blue value is 169 (66.41% from 255 or 30.12% from 561); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B1A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B1A9 is #284E56. Grayscale: #BBBBBB. Windows color (decimal): -2641495 or 11121111. OLE color: 11121111.

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

Color convert

RGB215177169-
CMYK00.180.210.16
HSL10.43º36.51%75.29%-
HSV(B)10.43º21.4%84.31%-
XYZ50.9148.7644.26-
YUV187.45117.59147.65-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.32%
GREEN value IS 177 (69.53% from 255) = 31.55%
BLUE value IS 169 (66.41% from 255) = 30.12%
R=38.32%
G=31.55%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517716900.180.210.1610.4336.5175.29
HexD7B1A90121510a254b
Octal32726125102225201245113
Binary110101111011000110101001010010101011000010101001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B1A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B1A9; }

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

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

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

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

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

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

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

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