#D5AF9F

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

Shades of Clam Shell #D5AF9F

Tints of Clam Shell #D5AF9F

Color information

#D5AF9F (or 0xD5AF9F) is unknown color: approx Clam Shell. HEX triplet: D5, AF and 9F. RGB value is (213,175,159). Sum of RGB (Red+Green+Blue) = 213+175+159=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 159 (62.5% from 255 or 29.07% from 547); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AF9F is #2A5060. Grayscale: #B8B8B8. Windows color (decimal): -2773089 or 10465237. OLE color: 10465237.

HSL color Cylindrical-coordinate representation of color #D5AF9F: hue angle of 17.78º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5AF9F is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB213175159-
CMYK00.180.250.16
HSL17.78º39.13%72.94%-
HSV(B)17.78º25.35%83.53%-
XYZ49.0347.3139.35-
YUV184.54113.59148.3-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.94%
GREEN value IS 175 (68.75% from 255) = 31.99%
BLUE value IS 159 (62.5% from 255) = 29.07%
R=38.94%
G=31.99%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317515900.180.250.1617.7839.1372.94
HexD5AF9F0121910122749
Octal32525723702231202247111
Binary1101010110101111100111110100101100110000100101001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AF9F; }

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

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

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

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

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

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

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

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