#D1B0AA

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

Shades of Clam Shell #D1B0AA

Tints of Clam Shell #D1B0AA

Color information

#D1B0AA (or 0xD1B0AA) is unknown color: approx Clam Shell. HEX triplet: D1, B0 and AA. RGB value is (209,176,170). Sum of RGB (Red+Green+Blue) = 209+176+170=555 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.66% from 555); Green value is 176 (69.14% from 255 or 31.71% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1B0AA is #2E4F55. Grayscale: #B9B9B9. Windows color (decimal): -3034966 or 11186385. OLE color: 11186385.

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

Color convert

RGB209176170-
CMYK00.160.190.18
HSL9.23º29.77%74.31%-
HSV(B)9.23º18.66%81.96%-
XYZ49.0847.5144.61-
YUV185.18119.43144.99-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.66%
GREEN value IS 176 (69.14% from 255) = 31.71%
BLUE value IS 170 (66.80% from 255) = 30.63%
R=37.66%
G=31.71%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917617000.160.190.189.2329.7774.31
HexD1B0AA010131291e4a
Octal32126025202023221136112
Binary11010001101100001010101001000010011100101001111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B0AA; }

 p { color: rgb(209,176,170); }

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

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

 a { background-color: rgb(209,176,170); }

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

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

 span { border-color: rgb(209,176,170); }

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