#D5ADA1

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

Shades of Clam Shell #D5ADA1

Tints of Clam Shell #D5ADA1

Color information

#D5ADA1 (or 0xD5ADA1) is unknown color: approx Clam Shell. HEX triplet: D5, AD and A1. RGB value is (213,173,161). Sum of RGB (Red+Green+Blue) = 213+173+161=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 161 (63.28% from 255 or 29.43% from 547); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ADA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5ADA1 is #2A525E. Grayscale: #B7B7B7. Windows color (decimal): -2773599 or 10595797. OLE color: 10595797.

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

Color convert

RGB213173161-
CMYK00.190.240.16
HSL13.85º38.24%73.33%-
HSV(B)13.85º24.41%83.53%-
XYZ48.8246.6140.14-
YUV183.59115.25148.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.94%
GREEN value IS 173 (67.97% from 255) = 31.63%
BLUE value IS 161 (63.28% from 255) = 29.43%
R=38.94%
G=31.63%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317316100.190.240.1613.8538.2473.33
HexD5ADA10131810e2649
Octal32525524102330201646111
Binary110101011010110110100001010011110001000011101001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ADA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ADA1; }

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

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

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

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

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

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

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

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