#D9AF9F

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

Shades of Clam Shell #D9AF9F

Tints of Clam Shell #D9AF9F

Color information

#D9AF9F (or 0xD9AF9F) is unknown color: approx Clam Shell. HEX triplet: D9, AF and 9F. RGB value is (217,175,159). Sum of RGB (Red+Green+Blue) = 217+175+159=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 175 (68.75% from 255 or 31.76% from 551); Blue value is 159 (62.5% from 255 or 28.86% from 551); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AF9F is #265060. Grayscale: #B9B9B9. Windows color (decimal): -2510945 or 10465241. OLE color: 10465241.

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

Color convert

RGB217175159-
CMYK00.190.270.15
HSL16.55º43.28%73.73%-
HSV(B)16.55º26.73%85.1%-
XYZ50.247.9139.4-
YUV185.73112.91150.3-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.38%
GREEN value IS 175 (68.75% from 255) = 31.76%
BLUE value IS 159 (62.5% from 255) = 28.86%
R=39.38%
G=31.76%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717515900.190.270.1516.5543.2873.73
HexD9AF9F0131BF112b4a
Octal33125723702333172153112
Binary110110011010111110011111010011110111111100011010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AF9F; }

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

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

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

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

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

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

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

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