#D9AFA7

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

Shades of Clam Shell #D9AFA7

Tints of Clam Shell #D9AFA7

Color information

#D9AFA7 (or 0xD9AFA7) is unknown color: approx Clam Shell. HEX triplet: D9, AF and A7. RGB value is (217,175,167). Sum of RGB (Red+Green+Blue) = 217+175+167=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 175 (68.75% from 255 or 31.31% from 559); Blue value is 167 (65.62% from 255 or 29.87% from 559); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AFA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AFA7 is #265058. Grayscale: #BABABA. Windows color (decimal): -2510937 or 10989529. OLE color: 10989529.

HSL color Cylindrical-coordinate representation of color #D9AFA7: hue angle of 9.6º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D9AFA7 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB217175167-
CMYK00.190.230.15
HSL9.6º39.68%75.29%-
HSV(B)9.6º23.04%85.1%-
XYZ50.9248.243.18-
YUV186.65116.91149.65-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.82%
GREEN value IS 175 (68.75% from 255) = 31.31%
BLUE value IS 167 (65.62% from 255) = 29.87%
R=38.82%
G=31.31%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717516700.190.230.159.639.6875.29
HexD9AFA701317Fa284b
Octal33125724702327171250113
Binary11011001101011111010011101001110111111110101010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AFA7; }

 p { color: rgb(217,175,167); }

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

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

 a { background-color: rgb(217,175,167); }

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

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

 span { border-color: rgb(217,175,167); }

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