#D9B4A4

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

Shades of Clam Shell #D9B4A4

Tints of Clam Shell #D9B4A4

Color information

#D9B4A4 (or 0xD9B4A4) is unknown color: approx Clam Shell. HEX triplet: D9, B4 and A4. RGB value is (217,180,164). Sum of RGB (Red+Green+Blue) = 217+180+164=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 180 (70.70% from 255 or 32.09% from 561); Blue value is 164 (64.45% from 255 or 29.23% from 561); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B4A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B4A4 is #264B5B. Grayscale: #BDBDBD. Windows color (decimal): -2509660 or 10794201. OLE color: 10794201.

HSL color Cylindrical-coordinate representation of color #D9B4A4: hue angle of 18.11º 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 #D9B4A4 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB217180164-
CMYK00.170.240.15
HSL18.11º41.09%74.71%-
HSV(B)18.11º24.42%85.1%-
XYZ51.6450.0742.07-
YUV189.24113.76147.8-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.68%
GREEN value IS 180 (70.70% from 255) = 32.09%
BLUE value IS 164 (64.45% from 255) = 29.23%
R=38.68%
G=32.09%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718016400.170.240.1518.1141.0974.71
HexD9B4A401118F12294b
Octal33126424402130172251113
Binary110110011011010010100100010001110001111100101010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B4A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B4A4; }

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

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

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

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

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

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

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

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