#D6ADA2

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

Shades of Clam Shell #D6ADA2

Tints of Clam Shell #D6ADA2

Color information

#D6ADA2 (or 0xD6ADA2) is unknown color: approx Clam Shell. HEX triplet: D6, AD and A2. RGB value is (214,173,162). Sum of RGB (Red+Green+Blue) = 214+173+162=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 162 (63.67% from 255 or 29.51% from 549); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ADA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6ADA2 is #29525D. Grayscale: #B8B8B8. Windows color (decimal): -2708062 or 10661334. OLE color: 10661334.

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

Color convert

RGB214173162-
CMYK00.190.240.16
HSL12.69º38.81%73.73%-
HSV(B)12.69º24.3%83.92%-
XYZ49.246.7940.62-
YUV184115.58149.39-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.98%
GREEN value IS 173 (67.97% from 255) = 31.51%
BLUE value IS 162 (63.67% from 255) = 29.51%
R=38.98%
G=31.51%
B=29.51%

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
Decimal21417316200.190.240.1612.6938.8173.73
HexD6ADA20131810d274a
Octal32625524202330201547112
Binary110101101010110110100010010011110001000011011001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ADA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ADA2; }

 p { color: rgb(214,173,162); }

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

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

 a { background-color: rgb(214,173,162); }

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

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

 span { border-color: rgb(214,173,162); }

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