#D4ADA4

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

Shades of Clam Shell #D4ADA4

Tints of Clam Shell #D4ADA4

Color information

#D4ADA4 (or 0xD4ADA4) is unknown color: approx Clam Shell. HEX triplet: D4, AD and A4. RGB value is (212,173,164). Sum of RGB (Red+Green+Blue) = 212+173+164=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 164 (64.45% from 255 or 29.87% from 549); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ADA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4ADA4 is #2B525B. Grayscale: #B7B7B7. Windows color (decimal): -2839132 or 10792404. OLE color: 10792404.

HSL color Cylindrical-coordinate representation of color #D4ADA4: hue angle of 11.25º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D4ADA4 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.17.

Color convert

RGB212173164-
CMYK00.180.230.17
HSL11.25º35.82%73.73%-
HSV(B)11.25º22.64%83.14%-
XYZ48.846.5641.54-
YUV183.64116.92148.23-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.62%
GREEN value IS 173 (67.97% from 255) = 31.51%
BLUE value IS 164 (64.45% from 255) = 29.87%
R=38.62%
G=31.51%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217316400.180.230.1711.2535.8273.73
HexD4ADA40121711b244a
Octal32425524402227211344112
Binary110101001010110110100100010010101111000110111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ADA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ADA4; }

 p { color: rgb(212,173,164); }

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

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

 a { background-color: rgb(212,173,164); }

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

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

 span { border-color: rgb(212,173,164); }

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