#DAAE9C

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

Shades of Clam Shell #DAAE9C

Tints of Clam Shell #DAAE9C

Color information

#DAAE9C (or 0xDAAE9C) is unknown color: approx Clam Shell. HEX triplet: DA, AE and 9C. RGB value is (218,174,156). Sum of RGB (Red+Green+Blue) = 218+174+156=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 174 (68.36% from 255 or 31.75% from 548); Blue value is 156 (61.33% from 255 or 28.47% from 548); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAE9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAE9C is #255163. Grayscale: #B9B9B9. Windows color (decimal): -2445668 or 10268378. OLE color: 10268378.

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

Color convert

RGB218174156-
CMYK00.200.280.15
HSL17.42º45.59%73.33%-
HSV(B)17.42º28.44%85.49%-
XYZ50.0547.5838-
YUV185.1111.58151.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.78%
GREEN value IS 174 (68.36% from 255) = 31.75%
BLUE value IS 156 (61.33% from 255) = 28.47%
R=39.78%
G=31.75%
B=28.47%

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
Decimal21817415600.200.280.1517.4245.5973.33
HexDAAE9C0141CF112e49
Octal33225623402434172156111
Binary110110101010111010011100010100111001111100011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAE9C; }

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

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

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

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

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

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

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

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