#D6ADA1

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

Shades of Clam Shell #D6ADA1

Tints of Clam Shell #D6ADA1

Color information

#D6ADA1 (or 0xD6ADA1) is unknown color: approx Clam Shell. HEX triplet: D6, AD and A1. RGB value is (214,173,161). Sum of RGB (Red+Green+Blue) = 214+173+161=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 161 (63.28% from 255 or 29.38% from 548); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ADA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6ADA1 is #29525E. Grayscale: #B7B7B7. Windows color (decimal): -2708063 or 10595798. OLE color: 10595798.

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

Color convert

RGB214173161-
CMYK00.190.250.16
HSL13.58º39.26%73.53%-
HSV(B)13.58º24.77%83.92%-
XYZ49.1146.7640.15-
YUV183.89115.08149.48-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.05%
GREEN value IS 173 (67.97% from 255) = 31.57%
BLUE value IS 161 (63.28% from 255) = 29.38%
R=39.05%
G=31.57%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417316100.190.250.1613.5839.2673.53
HexD6ADA10131910e274a
Octal32625524102331201647112
Binary110101101010110110100001010011110011000011101001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ADA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ADA1; }

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

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

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

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

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

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

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

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