#D4AFA5

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

Shades of Clam Shell #D4AFA5

Tints of Clam Shell #D4AFA5

Color information

#D4AFA5 (or 0xD4AFA5) is unknown color: approx Clam Shell. HEX triplet: D4, AF and A5. RGB value is (212,175,165). Sum of RGB (Red+Green+Blue) = 212+175+165=552 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.41% from 552); Green value is 175 (68.75% from 255 or 31.70% from 552); Blue value is 165 (64.84% from 255 or 29.89% from 552); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AFA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AFA5 is #2B505A. Grayscale: #B9B9B9. Windows color (decimal): -2838619 or 10858452. OLE color: 10858452.

HSL color Cylindrical-coordinate representation of color #D4AFA5: hue angle of 12.77º degrees, saturation: 0.35, 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 #D4AFA5 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB212175165-
CMYK00.170.220.17
HSL12.77º35.34%73.92%-
HSV(B)12.77º22.17%83.14%-
XYZ49.2747.3742.14-
YUV184.92116.76147.31-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.41%
GREEN value IS 175 (68.75% from 255) = 31.70%
BLUE value IS 165 (64.84% from 255) = 29.89%
R=38.41%
G=31.70%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217516500.170.220.1712.7735.3473.92
HexD4AFA50111611d234a
Octal32425724502126211543112
Binary110101001010111110100101010001101101000111011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AFA5; }

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

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

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

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

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

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

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

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