#DAAD9F

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

Shades of Clam Shell #DAAD9F

Tints of Clam Shell #DAAD9F

Color information

#DAAD9F (or 0xDAAD9F) is unknown color: approx Clam Shell. HEX triplet: DA, AD and 9F. RGB value is (218,173,159). Sum of RGB (Red+Green+Blue) = 218+173+159=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 173 (67.97% from 255 or 31.45% from 550); Blue value is 159 (62.5% from 255 or 28.91% from 550); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAD9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAD9F is #255260. Grayscale: #B8B8B8. Windows color (decimal): -2445921 or 10464730. OLE color: 10464730.

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

Color convert

RGB218173159-
CMYK00.210.270.15
HSL14.24º44.36%73.92%-
HSV(B)14.24º27.06%85.49%-
XYZ50.1247.339.29-
YUV184.86113.41151.64-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.64%
GREEN value IS 173 (67.97% from 255) = 31.45%
BLUE value IS 159 (62.5% from 255) = 28.91%
R=39.64%
G=31.45%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817315900.210.270.1514.2444.3673.92
HexDAAD9F0151BFe2c4a
Octal33225523702533171654112
Binary11011010101011011001111101010111011111111101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAD9F; }

 p { color: rgb(218,173,159); }

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

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

 a { background-color: rgb(218,173,159); }

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

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

 span { border-color: rgb(218,173,159); }

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