#D4AFA1

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

Shades of Clam Shell #D4AFA1

Tints of Clam Shell #D4AFA1

Color information

#D4AFA1 (or 0xD4AFA1) is unknown color: approx Clam Shell. HEX triplet: D4, AF and A1. RGB value is (212,175,161). Sum of RGB (Red+Green+Blue) = 212+175+161=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 175 (68.75% from 255 or 31.93% from 548); Blue value is 161 (63.28% from 255 or 29.38% from 548); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AFA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AFA1 is #2B505E. Grayscale: #B8B8B8. Windows color (decimal): -2838623 or 10596308. OLE color: 10596308.

HSL color Cylindrical-coordinate representation of color #D4AFA1: hue angle of 16.47º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4AFA1 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.17.

Color convert

RGB212175161-
CMYK00.170.240.17
HSL16.47º37.23%73.14%-
HSV(B)16.47º24.06%83.14%-
XYZ48.9147.2340.26-
YUV184.47114.76147.64-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.69%
GREEN value IS 175 (68.75% from 255) = 31.93%
BLUE value IS 161 (63.28% from 255) = 29.38%
R=38.69%
G=31.93%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217516100.170.240.1716.4737.2373.14
HexD4AFA10111811102549
Octal32425724102130212045111
Binary1101010010101111101000010100011100010001100001001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AFA1; }

 p { color: rgb(212,175,161); }

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

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

 a { background-color: rgb(212,175,161); }

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

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

 span { border-color: rgb(212,175,161); }

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