#D5B6AC

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

Shades of Clam Shell #D5B6AC

Tints of Clam Shell #D5B6AC

Color information

#D5B6AC (or 0xD5B6AC) is unknown color: approx Clam Shell. HEX triplet: D5, B6 and AC. RGB value is (213,182,172). Sum of RGB (Red+Green+Blue) = 213+182+172=567 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.57% from 567); Green value is 182 (71.48% from 255 or 32.10% from 567); Blue value is 172 (67.58% from 255 or 30.34% from 567); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B6AC is #2A4953. Grayscale: #BEBEBE. Windows color (decimal): -2771284 or 11318997. OLE color: 11318997.

HSL color Cylindrical-coordinate representation of color #D5B6AC: hue angle of 14.63º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5B6AC is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB213182172-
CMYK00.150.190.16
HSL14.63º32.8%75.49%-
HSV(B)14.63º19.25%83.53%-
XYZ51.6150.5846.07-
YUV190.13117.77144.31-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.57%
GREEN value IS 182 (71.48% from 255) = 32.10%
BLUE value IS 172 (67.58% from 255) = 30.34%
R=37.57%
G=32.10%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318217200.150.190.1614.6332.875.49
HexD5B6AC0F1310f214b
Octal32526625401723201741113
Binary11010101101101101010110001111100111000011111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B6AC; }

 p { color: rgb(213,182,172); }

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

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

 a { background-color: rgb(213,182,172); }

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

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

 span { border-color: rgb(213,182,172); }

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