#DAAE9E

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

Shades of Clam Shell #DAAE9E

Tints of Clam Shell #DAAE9E

Color information

#DAAE9E (or 0xDAAE9E) is unknown color: approx Clam Shell. HEX triplet: DA, AE and 9E. RGB value is (218,174,158). Sum of RGB (Red+Green+Blue) = 218+174+158=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 174 (68.36% from 255 or 31.64% from 550); Blue value is 158 (62.11% from 255 or 28.73% from 550); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAE9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAE9E is #255161. Grayscale: #B9B9B9. Windows color (decimal): -2445666 or 10399450. OLE color: 10399450.

HSL color Cylindrical-coordinate representation of color #DAAE9E: hue angle of 16º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAAE9E is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB218174158-
CMYK00.200.280.15
HSL16º44.78%73.73%-
HSV(B)16º27.52%85.49%-
XYZ50.2247.6538.9-
YUV185.33112.58151.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.64%
GREEN value IS 174 (68.36% from 255) = 31.64%
BLUE value IS 158 (62.11% from 255) = 28.73%
R=39.64%
G=31.64%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817415800.200.280.151644.7873.73
HexDAAE9E0141CF102d4a
Octal33225623602434172055112
Binary110110101010111010011110010100111001111100001011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAE9E; }

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

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

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

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

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

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

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

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