#D1B6AA

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

Shades of Clam Shell #D1B6AA

Tints of Clam Shell #D1B6AA

Color information

#D1B6AA (or 0xD1B6AA) is unknown color: approx Clam Shell. HEX triplet: D1, B6 and AA. RGB value is (209,182,170). Sum of RGB (Red+Green+Blue) = 209+182+170=561 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.25% from 561); Green value is 182 (71.48% from 255 or 32.44% from 561); Blue value is 170 (66.80% from 255 or 30.30% from 561); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1B6AA is #2E4955. Grayscale: #BCBCBC. Windows color (decimal): -3033430 or 11187921. OLE color: 11187921.

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

Color convert

RGB209182170-
CMYK00.130.190.18
HSL18.46º29.77%74.31%-
HSV(B)18.46º18.66%81.96%-
XYZ50.2849.9145.01-
YUV188.7117.45142.48-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.25%
GREEN value IS 182 (71.48% from 255) = 32.44%
BLUE value IS 170 (66.80% from 255) = 30.30%
R=37.25%
G=32.44%
B=30.30%

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
Decimal20918217000.130.190.1818.4629.7774.31
HexD1B6AA0D1312121e4a
Octal32126625201523222236112
Binary11010001101101101010101001101100111001010010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B6AA; }

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

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

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

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

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

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

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

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