#DCB3A0

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

Shades of Clam Shell #DCB3A0

Tints of Clam Shell #DCB3A0

Color information

#DCB3A0 (or 0xDCB3A0) is unknown color: approx Clam Shell. HEX triplet: DC, B3 and A0. RGB value is (220,179,160). Sum of RGB (Red+Green+Blue) = 220+179+160=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 179 (70.31% from 255 or 32.02% from 559); Blue value is 160 (62.89% from 255 or 28.62% from 559); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB3A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB3A0 is #234C5F. Grayscale: #BDBDBD. Windows color (decimal): -2313312 or 10531804. OLE color: 10531804.

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

Color convert

RGB220179160-
CMYK00.190.270.14
HSL19º46.15%74.51%-
HSV(B)19º27.27%86.27%-
XYZ51.9849.9940.17-
YUV189.09111.58150.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.36%
GREEN value IS 179 (70.31% from 255) = 32.02%
BLUE value IS 160 (62.89% from 255) = 28.62%
R=39.36%
G=32.02%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017916000.190.270.141946.1574.51
HexDCB3A00131BE132e4b
Octal33426324002333162356113
Binary110111001011001110100000010011110111110100111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB3A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB3A0; }

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

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

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

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

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

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

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

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