#D1ACA7

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

Shades of Clam Shell #D1ACA7

Tints of Clam Shell #D1ACA7

Color information

#D1ACA7 (or 0xD1ACA7) is unknown color: approx Clam Shell. HEX triplet: D1, AC and A7. RGB value is (209,172,167). Sum of RGB (Red+Green+Blue) = 209+172+167=548 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.14% from 548); Green value is 172 (67.58% from 255 or 31.39% from 548); Blue value is 167 (65.62% from 255 or 30.47% from 548); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ACA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1ACA7 is #2E5358. Grayscale: #B6B6B6. Windows color (decimal): -3035993 or 10988753. OLE color: 10988753.

HSL color Cylindrical-coordinate representation of color #D1ACA7: hue angle of 7.14º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D1ACA7 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB209172167-
CMYK00.180.200.18
HSL7.14º31.34%73.73%-
HSV(B)7.14º20.1%81.96%-
XYZ48.0245.8542.88-
YUV182.49119.26146.91-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.14%
GREEN value IS 172 (67.58% from 255) = 31.39%
BLUE value IS 167 (65.62% from 255) = 30.47%
R=38.14%
G=31.39%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917216700.180.200.187.1431.3473.73
HexD1ACA7012141271f4a
Octal3212542470222422737112
Binary1101000110101100101001110100101010010010111111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ACA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ACA7; }

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

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

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

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

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

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

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

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