#D7B3A9

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

Shades of Clam Shell #D7B3A9

Tints of Clam Shell #D7B3A9

Color information

#D7B3A9 (or 0xD7B3A9) is unknown color: approx Clam Shell. HEX triplet: D7, B3 and A9. RGB value is (215,179,169). Sum of RGB (Red+Green+Blue) = 215+179+169=563 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.19% from 563); Green value is 179 (70.31% from 255 or 31.79% from 563); Blue value is 169 (66.41% from 255 or 30.02% from 563); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B3A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B3A9 is #284C56. Grayscale: #BCBCBC. Windows color (decimal): -2640983 or 11121623. OLE color: 11121623.

HSL color Cylindrical-coordinate representation of color #D7B3A9: hue angle of 13.04º 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 #D7B3A9 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB215179169-
CMYK00.170.210.16
HSL13.04º36.51%75.29%-
HSV(B)13.04º21.4%84.31%-
XYZ51.3149.5544.4-
YUV188.62116.93146.81-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.19%
GREEN value IS 179 (70.31% from 255) = 31.79%
BLUE value IS 169 (66.41% from 255) = 30.02%
R=38.19%
G=31.79%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517916900.170.210.1613.0436.5175.29
HexD7B3A90111510d254b
Octal32726325102125201545113
Binary110101111011001110101001010001101011000011011001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B3A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B3A9; }

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

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

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

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

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

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

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

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