#D7ADA0

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

Shades of Clam Shell #D7ADA0

Tints of Clam Shell #D7ADA0

Color information

#D7ADA0 (or 0xD7ADA0) is unknown color: approx Clam Shell. HEX triplet: D7, AD and A0. RGB value is (215,173,160). Sum of RGB (Red+Green+Blue) = 215+173+160=548 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.23% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 160 (62.89% from 255 or 29.20% from 548); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ADA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7ADA0 is #28525F. Grayscale: #B8B8B8. Windows color (decimal): -2642528 or 10530263. OLE color: 10530263.

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

Color convert

RGB215173160-
CMYK00.200.260.16
HSL14.18º40.74%73.53%-
HSV(B)14.18º25.58%84.31%-
XYZ49.3146.8739.71-
YUV184.08114.41150.06-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.23%
GREEN value IS 173 (67.97% from 255) = 31.57%
BLUE value IS 160 (62.89% from 255) = 29.20%
R=39.23%
G=31.57%
B=29.20%

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
Decimal21517316000.200.260.1614.1840.7473.53
HexD7ADA00141A10e294a
Octal32725524002432201651112
Binary110101111010110110100000010100110101000011101010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ADA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ADA0; }

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

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

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

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

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

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

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

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