#D9ADA4

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

Shades of Clam Shell #D9ADA4

Tints of Clam Shell #D9ADA4

Color information

#D9ADA4 (or 0xD9ADA4) is unknown color: approx Clam Shell. HEX triplet: D9, AD and A4. RGB value is (217,173,164). Sum of RGB (Red+Green+Blue) = 217+173+164=554 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.17% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 164 (64.45% from 255 or 29.60% from 554); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ADA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9ADA4 is #26525B. Grayscale: #B9B9B9. Windows color (decimal): -2511452 or 10792409. OLE color: 10792409.

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

Color convert

RGB217173164-
CMYK00.200.240.15
HSL10.19º41.09%74.71%-
HSV(B)10.19º24.42%85.1%-
XYZ50.2647.3241.61-
YUV185.13116.08150.73-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.17%
GREEN value IS 173 (67.97% from 255) = 31.23%
BLUE value IS 164 (64.45% from 255) = 29.60%
R=39.17%
G=31.23%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717316400.200.240.1510.1941.0974.71
HexD9ADA401418Fa294b
Octal33125524402430171251113
Binary11011001101011011010010001010011000111110101010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ADA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ADA4; }

 p { color: rgb(217,173,164); }

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

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

 a { background-color: rgb(217,173,164); }

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

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

 span { border-color: rgb(217,173,164); }

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