#D9ADA1

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

Shades of Clam Shell #D9ADA1

Tints of Clam Shell #D9ADA1

Color information

#D9ADA1 (or 0xD9ADA1) is unknown color: approx Clam Shell. HEX triplet: D9, AD and A1. RGB value is (217,173,161). Sum of RGB (Red+Green+Blue) = 217+173+161=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 161 (63.28% from 255 or 29.22% from 551); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ADA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9ADA1 is #26525E. Grayscale: #B8B8B8. Windows color (decimal): -2511455 or 10595801. OLE color: 10595801.

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

Color convert

RGB217173161-
CMYK00.200.260.15
HSL12.86º42.42%74.12%-
HSV(B)12.86º25.81%85.1%-
XYZ49.9947.2140.2-
YUV184.79114.58150.98-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.38%
GREEN value IS 173 (67.97% from 255) = 31.40%
BLUE value IS 161 (63.28% from 255) = 29.22%
R=39.38%
G=31.40%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717316100.200.260.1512.8642.4274.12
HexD9ADA10141AFd2a4a
Octal33125524102432171552112
Binary11011001101011011010000101010011010111111011010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ADA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ADA1; }

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

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

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

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

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

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

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

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