#D6B4AB

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

Shades of Clam Shell #D6B4AB

Tints of Clam Shell #D6B4AB

Color information

#D6B4AB (or 0xD6B4AB) is unknown color: approx Clam Shell. HEX triplet: D6, B4 and AB. RGB value is (214,180,171). Sum of RGB (Red+Green+Blue) = 214+180+171=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 180 (70.70% from 255 or 31.86% from 565); Blue value is 171 (67.19% from 255 or 30.27% from 565); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B4AB is #294B54. Grayscale: #BDBDBD. Windows color (decimal): -2706261 or 11252950. OLE color: 11252950.

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

Color convert

RGB214180171-
CMYK00.160.200.16
HSL12.56º34.4%75.49%-
HSV(B)12.56º20.09%83.92%-
XYZ51.449.8845.45-
YUV189.14117.76145.73-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.88%
GREEN value IS 180 (70.70% from 255) = 31.86%
BLUE value IS 171 (67.19% from 255) = 30.27%
R=37.88%
G=31.86%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418017100.160.200.1612.5634.475.49
HexD6B4AB0101410d224b
Octal32626425302024201542113
Binary110101101011010010101011010000101001000011011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B4AB; }

 p { color: rgb(214,180,171); }

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

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

 a { background-color: rgb(214,180,171); }

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

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

 span { border-color: rgb(214,180,171); }

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