#D4AFA0

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

Shades of Clam Shell #D4AFA0

Tints of Clam Shell #D4AFA0

Color information

#D4AFA0 (or 0xD4AFA0) is unknown color: approx Clam Shell. HEX triplet: D4, AF and A0. RGB value is (212,175,160). Sum of RGB (Red+Green+Blue) = 212+175+160=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 160 (62.89% from 255 or 29.25% from 547); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AFA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AFA0 is #2B505F. Grayscale: #B8B8B8. Windows color (decimal): -2838624 or 10530772. OLE color: 10530772.

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

Color convert

RGB212175160-
CMYK00.170.250.17
HSL17.31º37.68%72.94%-
HSV(B)17.31º24.53%83.14%-
XYZ48.8347.239.79-
YUV184.35114.26147.72-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.76%
GREEN value IS 175 (68.75% from 255) = 31.99%
BLUE value IS 160 (62.89% from 255) = 29.25%
R=38.76%
G=31.99%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217516000.170.250.1717.3137.6872.94
HexD4AFA00111911112649
Octal32425724002131212146111
Binary1101010010101111101000000100011100110001100011001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AFA0; }

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

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

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

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

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

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

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

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