#D9B7AA

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

Shades of Clam Shell #D9B7AA

Tints of Clam Shell #D9B7AA

Color information

#D9B7AA (or 0xD9B7AA) is unknown color: approx Clam Shell. HEX triplet: D9, B7 and AA. RGB value is (217,183,170). Sum of RGB (Red+Green+Blue) = 217+183+170=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 183 (71.88% from 255 or 32.11% from 570); Blue value is 170 (66.80% from 255 or 29.82% from 570); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B7AA is #264855. Grayscale: #BFBFBF. Windows color (decimal): -2508886 or 11188185. OLE color: 11188185.

HSL color Cylindrical-coordinate representation of color #D9B7AA: hue angle of 16.6º 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 #D9B7AA is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB217183170-
CMYK00.160.220.15
HSL16.6º38.21%75.88%-
HSV(B)16.6º21.66%85.1%-
XYZ52.851.5245.19-
YUV191.68115.76146.06-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.07%
GREEN value IS 183 (71.88% from 255) = 32.11%
BLUE value IS 170 (66.80% from 255) = 29.82%
R=38.07%
G=32.11%
B=29.82%

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
Decimal21718317000.160.220.1516.638.2175.88
HexD9B7AA01016F11264c
Octal33126725202026172146114
Binary110110011011011110101010010000101101111100011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B7AA; }

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

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

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

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

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

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

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

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