#D1B5AA

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

Shades of Clam Shell #D1B5AA

Tints of Clam Shell #D1B5AA

Color information

#D1B5AA (or 0xD1B5AA) is unknown color: approx Clam Shell. HEX triplet: D1, B5 and AA. RGB value is (209,181,170). Sum of RGB (Red+Green+Blue) = 209+181+170=560 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.32% from 560); Green value is 181 (71.09% from 255 or 32.32% from 560); Blue value is 170 (66.80% from 255 or 30.36% from 560); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1B5AA is #2E4A55. Grayscale: #BCBCBC. Windows color (decimal): -3033686 or 11187665. OLE color: 11187665.

HSL color Cylindrical-coordinate representation of color #D1B5AA: hue angle of 16.92º 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 #D1B5AA is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB209181170-
CMYK00.130.190.18
HSL16.92º29.77%74.31%-
HSV(B)16.92º18.66%81.96%-
XYZ50.0749.5144.95-
YUV188.12117.78142.89-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.32%
GREEN value IS 181 (71.09% from 255) = 32.32%
BLUE value IS 170 (66.80% from 255) = 30.36%
R=37.32%
G=32.32%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918117000.130.190.1816.9229.7774.31
HexD1B5AA0D1312111e4a
Octal32126525201523222136112
Binary11010001101101011010101001101100111001010001111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B5AA; }

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

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

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

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

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

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

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

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