#D8AE9D

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

Shades of Clam Shell #D8AE9D

Tints of Clam Shell #D8AE9D

Color information

#D8AE9D (or 0xD8AE9D) is unknown color: approx Clam Shell. HEX triplet: D8, AE and 9D. RGB value is (216,174,157). Sum of RGB (Red+Green+Blue) = 216+174+157=547 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.49% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 157 (61.72% from 255 or 28.70% from 547); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AE9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AE9D is #275162. Grayscale: #B8B8B8. Windows color (decimal): -2576739 or 10333912. OLE color: 10333912.

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

Color convert

RGB216174157-
CMYK00.190.270.15
HSL17.29º43.07%73.14%-
HSV(B)17.29º27.31%84.71%-
XYZ49.5447.3138.42-
YUV184.62112.41150.38-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.49%
GREEN value IS 174 (68.36% from 255) = 31.81%
BLUE value IS 157 (61.72% from 255) = 28.70%
R=39.49%
G=31.81%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617415700.190.270.1517.2943.0773.14
HexD8AE9D0131BF112b49
Octal33025623502333172153111
Binary110110001010111010011101010011110111111100011010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AE9D; }

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

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

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

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

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

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

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

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