#D4AE9E

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

Shades of Clam Shell #D4AE9E

Tints of Clam Shell #D4AE9E

Color information

#D4AE9E (or 0xD4AE9E) is unknown color: approx Clam Shell. HEX triplet: D4, AE and 9E. RGB value is (212,174,158). Sum of RGB (Red+Green+Blue) = 212+174+158=544 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.97% from 544); Green value is 174 (68.36% from 255 or 31.99% from 544); Blue value is 158 (62.11% from 255 or 29.04% from 544); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AE9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AE9E is #2B5161. Grayscale: #B7B7B7. Windows color (decimal): -2838882 or 10399444. OLE color: 10399444.

HSL color Cylindrical-coordinate representation of color #D4AE9E: hue angle of 17.78º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D4AE9E is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB212174158-
CMYK00.180.250.17
HSL17.78º38.57%72.55%-
HSV(B)17.78º25.47%83.14%-
XYZ48.4646.7438.81-
YUV183.54113.59148.3-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.97%
GREEN value IS 174 (68.36% from 255) = 31.99%
BLUE value IS 158 (62.11% from 255) = 29.04%
R=38.97%
G=31.99%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217415800.180.250.1717.7838.5772.55
HexD4AE9E0121911122749
Octal32425623602231212247111
Binary1101010010101110100111100100101100110001100101001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AE9E; }

 p { color: rgb(212,174,158); }

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

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

 a { background-color: rgb(212,174,158); }

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

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

 span { border-color: rgb(212,174,158); }

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