#D1ACA4

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

Shades of Clam Shell #D1ACA4

Tints of Clam Shell #D1ACA4

Color information

#D1ACA4 (or 0xD1ACA4) is unknown color: approx Clam Shell. HEX triplet: D1, AC and A4. RGB value is (209,172,164). Sum of RGB (Red+Green+Blue) = 209+172+164=545 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.35% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 164 (64.45% from 255 or 30.09% from 545); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ACA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1ACA4 is #2E535B. Grayscale: #B6B6B6. Windows color (decimal): -3035996 or 10792145. OLE color: 10792145.

HSL color Cylindrical-coordinate representation of color #D1ACA4: hue angle of 10.67º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D1ACA4 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB209172164-
CMYK00.180.220.18
HSL10.67º32.85%73.14%-
HSV(B)10.67º21.53%81.96%-
XYZ47.7545.7441.43-
YUV182.15117.76147.15-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.35%
GREEN value IS 172 (67.58% from 255) = 31.56%
BLUE value IS 164 (64.45% from 255) = 30.09%
R=38.35%
G=31.56%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917216400.180.220.1810.6732.8573.14
HexD1ACA40121612b2149
Octal32125424402226221341111
Binary110100011010110010100100010010101101001010111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ACA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ACA4; }

 p { color: rgb(209,172,164); }

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

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

 a { background-color: rgb(209,172,164); }

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

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

 span { border-color: rgb(209,172,164); }

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