#D5AD9D

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

Shades of Clam Shell #D5AD9D

Tints of Clam Shell #D5AD9D

Color information

#D5AD9D (or 0xD5AD9D) is unknown color: approx Clam Shell. HEX triplet: D5, AD and 9D. RGB value is (213,173,157). Sum of RGB (Red+Green+Blue) = 213+173+157=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 157 (61.72% from 255 or 28.91% from 543); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AD9D is #2A5262. Grayscale: #B7B7B7. Windows color (decimal): -2773603 or 10333653. OLE color: 10333653.

HSL color Cylindrical-coordinate representation of color #D5AD9D: hue angle of 17.14º degrees, saturation: 0.4, 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 #D5AD9D is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB213173157-
CMYK00.190.260.16
HSL17.14º40%72.55%-
HSV(B)17.14º26.29%83.53%-
XYZ48.4746.4738.31-
YUV183.14113.25149.3-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.23%
GREEN value IS 173 (67.97% from 255) = 31.86%
BLUE value IS 157 (61.72% from 255) = 28.91%
R=39.23%
G=31.86%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317315700.190.260.1617.144072.55
HexD5AD9D0131A10112849
Octal32525523502332202150111
Binary1101010110101101100111010100111101010000100011010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AD9D; }

 p { color: rgb(213,173,157); }

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

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

 a { background-color: rgb(213,173,157); }

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

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

 span { border-color: rgb(213,173,157); }

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