#D7AD9F

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

Shades of Clam Shell #D7AD9F

Tints of Clam Shell #D7AD9F

Color information

#D7AD9F (or 0xD7AD9F) is unknown color: approx Clam Shell. HEX triplet: D7, AD and 9F. RGB value is (215,173,159). Sum of RGB (Red+Green+Blue) = 215+173+159=547 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.31% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 159 (62.5% from 255 or 29.07% from 547); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AD9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AD9F is #285260. Grayscale: #B8B8B8. Windows color (decimal): -2642529 or 10464727. OLE color: 10464727.

HSL color Cylindrical-coordinate representation of color #D7AD9F: hue angle of 15º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D7AD9F is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB215173159-
CMYK00.200.260.16
HSL15º41.18%73.33%-
HSV(B)15º26.05%84.31%-
XYZ49.2346.8439.25-
YUV183.96113.91150.14-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.31%
GREEN value IS 173 (67.97% from 255) = 31.63%
BLUE value IS 159 (62.5% from 255) = 29.07%
R=39.31%
G=31.63%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517315900.200.260.161541.1873.33
HexD7AD9F0141A10f2949
Octal32725523702432201751111
Binary110101111010110110011111010100110101000011111010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AD9F; }

 p { color: rgb(215,173,159); }

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

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

 a { background-color: rgb(215,173,159); }

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

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

 span { border-color: rgb(215,173,159); }

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