#D6AD9D

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

Shades of Clam Shell #D6AD9D

Tints of Clam Shell #D6AD9D

Color information

#D6AD9D (or 0xD6AD9D) is unknown color: approx Clam Shell. HEX triplet: D6, AD and 9D. RGB value is (214,173,157). Sum of RGB (Red+Green+Blue) = 214+173+157=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 157 (61.72% from 255 or 28.86% from 544); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AD9D is #295262. Grayscale: #B7B7B7. Windows color (decimal): -2708067 or 10333654. OLE color: 10333654.

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

Color convert

RGB214173157-
CMYK00.190.270.16
HSL16.84º41.01%72.75%-
HSV(B)16.84º26.64%83.92%-
XYZ48.7646.6238.33-
YUV183.43113.08149.8-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.34%
GREEN value IS 173 (67.97% from 255) = 31.80%
BLUE value IS 157 (61.72% from 255) = 28.86%
R=39.34%
G=31.80%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417315700.190.270.1616.8441.0172.75
HexD6AD9D0131B10112949
Octal32625523502333202151111
Binary1101011010101101100111010100111101110000100011010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AD9D; }

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

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

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

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

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

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

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

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