#D9B6AA

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

Shades of Clam Shell #D9B6AA

Tints of Clam Shell #D9B6AA

Color information

#D9B6AA (or 0xD9B6AA) is unknown color: approx Clam Shell. HEX triplet: D9, B6 and AA. RGB value is (217,182,170). Sum of RGB (Red+Green+Blue) = 217+182+170=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 182 (71.48% from 255 or 31.99% from 569); Blue value is 170 (66.80% from 255 or 29.88% from 569); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B6AA is #264955. Grayscale: #BFBFBF. Windows color (decimal): -2509142 or 11187929. OLE color: 11187929.

HSL color Cylindrical-coordinate representation of color #D9B6AA: hue angle of 15.32º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9B6AA is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB217182170-
CMYK00.160.220.15
HSL15.32º38.21%75.88%-
HSV(B)15.32º21.66%85.1%-
XYZ52.651.1145.12-
YUV191.1116.1146.48-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.14%
GREEN value IS 182 (71.48% from 255) = 31.99%
BLUE value IS 170 (66.80% from 255) = 29.88%
R=38.14%
G=31.99%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718217000.160.220.1515.3238.2175.88
HexD9B6AA01016Ff264c
Octal33126625202026171746114
Binary11011001101101101010101001000010110111111111001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B6AA; }

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

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

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

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

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

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

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

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