#D7B2AA

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

Shades of Clam Shell #D7B2AA

Tints of Clam Shell #D7B2AA

Color information

#D7B2AA (or 0xD7B2AA) is unknown color: approx Clam Shell. HEX triplet: D7, B2 and AA. RGB value is (215,178,170). Sum of RGB (Red+Green+Blue) = 215+178+170=563 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.19% from 563); Green value is 178 (69.92% from 255 or 31.62% from 563); Blue value is 170 (66.80% from 255 or 30.20% from 563); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B2AA is #284D55. Grayscale: #BCBCBC. Windows color (decimal): -2641238 or 11186903. OLE color: 11186903.

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

Color convert

RGB215178170-
CMYK00.170.210.16
HSL10.67º36%75.49%-
HSV(B)10.67º20.93%84.31%-
XYZ51.249.1944.83-
YUV188.15117.76147.15-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.19%
GREEN value IS 178 (69.92% from 255) = 31.62%
BLUE value IS 170 (66.80% from 255) = 30.20%
R=38.19%
G=31.62%
B=30.20%

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
Decimal21517817000.170.210.1610.673675.49
HexD7B2AA0111510b244b
Octal32726225202125201344113
Binary110101111011001010101010010001101011000010111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B2AA; }

 p { color: rgb(215,178,170); }

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

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

 a { background-color: rgb(215,178,170); }

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

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

 span { border-color: rgb(215,178,170); }

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