#D6ADA6

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

Shades of Clam Shell #D6ADA6

Tints of Clam Shell #D6ADA6

Color information

#D6ADA6 (or 0xD6ADA6) is unknown color: approx Clam Shell. HEX triplet: D6, AD and A6. RGB value is (214,173,166). Sum of RGB (Red+Green+Blue) = 214+173+166=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 166 (65.23% from 255 or 30.02% from 553); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ADA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6ADA6 is #295259. Grayscale: #B8B8B8. Windows color (decimal): -2708058 or 10923478. OLE color: 10923478.

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

Color convert

RGB214173166-
CMYK00.190.220.16
HSL8.75º36.92%74.51%-
HSV(B)8.75º22.43%83.92%-
XYZ49.5646.9442.52-
YUV184.46117.58149.07-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.70%
GREEN value IS 173 (67.97% from 255) = 31.28%
BLUE value IS 166 (65.23% from 255) = 30.02%
R=38.70%
G=31.28%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417316600.190.220.168.7536.9274.51
HexD6ADA601316109254b
Octal32625524602326201145113
Binary110101101010110110100110010011101101000010011001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ADA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ADA6; }

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

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

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

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

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

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

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

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