#D9B3A4

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

Shades of Clam Shell #D9B3A4

Tints of Clam Shell #D9B3A4

Color information

#D9B3A4 (or 0xD9B3A4) is unknown color: approx Clam Shell. HEX triplet: D9, B3 and A4. RGB value is (217,179,164). Sum of RGB (Red+Green+Blue) = 217+179+164=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 179 (70.31% from 255 or 31.96% from 560); Blue value is 164 (64.45% from 255 or 29.29% from 560); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B3A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B3A4 is #264C5B. Grayscale: #BCBCBC. Windows color (decimal): -2509916 or 10793945. OLE color: 10793945.

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

Color convert

RGB217179164-
CMYK00.180.240.15
HSL16.98º41.09%74.71%-
HSV(B)16.98º24.42%85.1%-
XYZ51.4449.6742-
YUV188.65114.09148.22-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.75%
GREEN value IS 179 (70.31% from 255) = 31.96%
BLUE value IS 164 (64.45% from 255) = 29.29%
R=38.75%
G=31.96%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717916400.180.240.1516.9841.0974.71
HexD9B3A401218F11294b
Octal33126324402230172151113
Binary110110011011001110100100010010110001111100011010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B3A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B3A4; }

 p { color: rgb(217,179,164); }

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

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

 a { background-color: rgb(217,179,164); }

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

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

 span { border-color: rgb(217,179,164); }

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