#D3AE9E

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

Shades of Clam Shell #D3AE9E

Tints of Clam Shell #D3AE9E

Color information

#D3AE9E (or 0xD3AE9E) is unknown color: approx Clam Shell. HEX triplet: D3, AE and 9E. RGB value is (211,174,158). Sum of RGB (Red+Green+Blue) = 211+174+158=543 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.86% from 543); Green value is 174 (68.36% from 255 or 32.04% from 543); Blue value is 158 (62.11% from 255 or 29.10% from 543); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AE9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AE9E is #2C5161. Grayscale: #B7B7B7. Windows color (decimal): -2904418 or 10399443. OLE color: 10399443.

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

Color convert

RGB211174158-
CMYK00.180.250.17
HSL18.11º37.59%72.35%-
HSV(B)18.11º25.12%82.75%-
XYZ48.1746.5938.8-
YUV183.24113.76147.8-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.86%
GREEN value IS 174 (68.36% from 255) = 32.04%
BLUE value IS 158 (62.11% from 255) = 29.10%
R=38.86%
G=32.04%
B=29.10%

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
Decimal21117415800.180.250.1718.1137.5972.35
HexD3AE9E0121911122648
Octal32325623602231212246110
Binary1101001110101110100111100100101100110001100101001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AE9E; }

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

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

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

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

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

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

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

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