#D6AE9D

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

Shades of Clam Shell #D6AE9D

Tints of Clam Shell #D6AE9D

Color information

#D6AE9D (or 0xD6AE9D) is unknown color: approx Clam Shell. HEX triplet: D6, AE and 9D. RGB value is (214,174,157). Sum of RGB (Red+Green+Blue) = 214+174+157=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 174 (68.36% from 255 or 31.93% from 545); Blue value is 157 (61.72% from 255 or 28.81% from 545); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AE9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AE9D is #295162. Grayscale: #B8B8B8. Windows color (decimal): -2707811 or 10333910. OLE color: 10333910.

HSL color Cylindrical-coordinate representation of color #D6AE9D: hue angle of 17.89º 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 #D6AE9D is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB214174157-
CMYK00.190.270.16
HSL17.89º41.01%72.75%-
HSV(B)17.89º26.64%83.92%-
XYZ48.954738.39-
YUV184.02112.75149.38-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.27%
GREEN value IS 174 (68.36% from 255) = 31.93%
BLUE value IS 157 (61.72% from 255) = 28.81%
R=39.27%
G=31.93%
B=28.81%

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
Decimal21417415700.190.270.1617.8941.0172.75
HexD6AE9D0131B10122949
Octal32625623502333202251111
Binary1101011010101110100111010100111101110000100101010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AE9D; }

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

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

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

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

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

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

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

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