#D9ACA0

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

Shades of Clam Shell #D9ACA0

Tints of Clam Shell #D9ACA0

Color information

#D9ACA0 (or 0xD9ACA0) is unknown color: approx Clam Shell. HEX triplet: D9, AC and A0. RGB value is (217,172,160). Sum of RGB (Red+Green+Blue) = 217+172+160=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 160 (62.89% from 255 or 29.14% from 549); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ACA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9ACA0 is #26535F. Grayscale: #B8B8B8. Windows color (decimal): -2511712 or 10530009. OLE color: 10530009.

HSL color Cylindrical-coordinate representation of color #D9ACA0: hue angle of 12.63º degrees, saturation: 0.43, 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 #D9ACA0 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB217172160-
CMYK00.210.260.15
HSL12.63º42.86%73.92%-
HSV(B)12.63º26.27%85.1%-
XYZ49.7146.7939.67-
YUV184.09114.41151.48-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.53%
GREEN value IS 172 (67.58% from 255) = 31.33%
BLUE value IS 160 (62.89% from 255) = 29.14%
R=39.53%
G=31.33%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717216000.210.260.1512.6342.8673.92
HexD9ACA00151AFd2b4a
Octal33125424002532171553112
Binary11011001101011001010000001010111010111111011010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ACA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ACA0; }

 p { color: rgb(217,172,160); }

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

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

 a { background-color: rgb(217,172,160); }

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

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

 span { border-color: rgb(217,172,160); }

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