#D5B1A6

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

Shades of Clam Shell #D5B1A6

Tints of Clam Shell #D5B1A6

Color information

#D5B1A6 (or 0xD5B1A6) is unknown color: approx Clam Shell. HEX triplet: D5, B1 and A6. RGB value is (213,177,166). Sum of RGB (Red+Green+Blue) = 213+177+166=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 177 (69.53% from 255 or 31.83% from 556); Blue value is 166 (65.23% from 255 or 29.86% from 556); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B1A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5B1A6 is #2A4E59. Grayscale: #BABABA. Windows color (decimal): -2772570 or 10924501. OLE color: 10924501.

HSL color Cylindrical-coordinate representation of color #D5B1A6: hue angle of 14.04º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D5B1A6 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB213177166-
CMYK00.170.220.16
HSL14.04º35.88%74.31%-
HSV(B)14.04º22.07%83.53%-
XYZ50.0548.3442.77-
YUV186.51116.43146.89-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.31%
GREEN value IS 177 (69.53% from 255) = 31.83%
BLUE value IS 166 (65.23% from 255) = 29.86%
R=38.31%
G=31.83%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317716600.170.220.1614.0435.8874.31
HexD5B1A60111610e244a
Octal32526124602126201644112
Binary110101011011000110100110010001101101000011101001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B1A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B1A6; }

 p { color: rgb(213,177,166); }

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

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

 a { background-color: rgb(213,177,166); }

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

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

 span { border-color: rgb(213,177,166); }

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