#DCB3A6

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

Shades of Clam Shell #DCB3A6

Tints of Clam Shell #DCB3A6

Color information

#DCB3A6 (or 0xDCB3A6) is unknown color: approx Clam Shell. HEX triplet: DC, B3 and A6. RGB value is (220,179,166). Sum of RGB (Red+Green+Blue) = 220+179+166=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 179 (70.31% from 255 or 31.68% from 565); Blue value is 166 (65.23% from 255 or 29.38% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB3A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB3A6 is #234C59. Grayscale: #BDBDBD. Windows color (decimal): -2313306 or 10925020. OLE color: 10925020.

HSL color Cylindrical-coordinate representation of color #DCB3A6: hue angle of 14.44º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCB3A6 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB220179166-
CMYK00.190.250.14
HSL14.44º43.55%75.69%-
HSV(B)14.44º24.55%86.27%-
XYZ52.5250.2143-
YUV189.78114.58149.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.94%
GREEN value IS 179 (70.31% from 255) = 31.68%
BLUE value IS 166 (65.23% from 255) = 29.38%
R=38.94%
G=31.68%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017916600.190.250.1414.4443.5575.69
HexDCB3A601319Ee2c4c
Octal33426324602331161654114
Binary11011100101100111010011001001111001111011101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB3A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB3A6; }

 p { color: rgb(220,179,166); }

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

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

 a { background-color: rgb(220,179,166); }

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

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

 span { border-color: rgb(220,179,166); }

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