#D3ACA5

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

Shades of Clam Shell #D3ACA5

Tints of Clam Shell #D3ACA5

Color information

#D3ACA5 (or 0xD3ACA5) is unknown color: approx Clam Shell. HEX triplet: D3, AC and A5. RGB value is (211,172,165). Sum of RGB (Red+Green+Blue) = 211+172+165=548 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.50% from 548); Green value is 172 (67.58% from 255 or 31.39% from 548); Blue value is 165 (64.84% from 255 or 30.11% from 548); Max value from RGB is 211 - color contains mainly: red. Hex color #D3ACA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3ACA5 is #2C535A. Grayscale: #B6B6B6. Windows color (decimal): -2904923 or 10857683. OLE color: 10857683.

HSL color Cylindrical-coordinate representation of color #D3ACA5: hue angle of 9.13º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D3ACA5 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB211172165-
CMYK00.180.220.17
HSL9.13º34.33%73.73%-
HSV(B)9.13º21.8%82.75%-
XYZ48.4146.0741.94-
YUV182.86117.92148.07-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.50%
GREEN value IS 172 (67.58% from 255) = 31.39%
BLUE value IS 165 (64.84% from 255) = 30.11%
R=38.50%
G=31.39%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117216500.180.220.179.1334.3373.73
HexD3ACA501216119224a
Octal32325424502226211142112
Binary110100111010110010100101010010101101000110011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3ACA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3ACA5; }

 p { color: rgb(211,172,165); }

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

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

 a { background-color: rgb(211,172,165); }

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

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

 span { border-color: rgb(211,172,165); }

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