#D4B1A1

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

Shades of Clam Shell #D4B1A1

Tints of Clam Shell #D4B1A1

Color information

#D4B1A1 (or 0xD4B1A1) is unknown color: approx Clam Shell. HEX triplet: D4, B1 and A1. RGB value is (212,177,161). Sum of RGB (Red+Green+Blue) = 212+177+161=550 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.55% from 550); Green value is 177 (69.53% from 255 or 32.18% from 550); Blue value is 161 (63.28% from 255 or 29.27% from 550); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B1A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4B1A1 is #2B4E5E. Grayscale: #B9B9B9. Windows color (decimal): -2838111 or 10596820. OLE color: 10596820.

HSL color Cylindrical-coordinate representation of color #D4B1A1: hue angle of 18.82º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4B1A1 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.17.

Color convert

RGB212177161-
CMYK00.170.240.17
HSL18.82º37.23%73.14%-
HSV(B)18.82º24.06%83.14%-
XYZ49.3148.0140.39-
YUV185.64114.1146.8-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.55%
GREEN value IS 177 (69.53% from 255) = 32.18%
BLUE value IS 161 (63.28% from 255) = 29.27%
R=38.55%
G=32.18%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217716100.170.240.1718.8237.2373.14
HexD4B1A10111811132549
Octal32426124102130212345111
Binary1101010010110001101000010100011100010001100111001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B1A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B1A1; }

 p { color: rgb(212,177,161); }

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

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

 a { background-color: rgb(212,177,161); }

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

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

 span { border-color: rgb(212,177,161); }

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