#DCB3A1

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

Shades of Clam Shell #DCB3A1

Tints of Clam Shell #DCB3A1

Color information

#DCB3A1 (or 0xDCB3A1) is unknown color: approx Clam Shell. HEX triplet: DC, B3 and A1. RGB value is (220,179,161). Sum of RGB (Red+Green+Blue) = 220+179+161=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 179 (70.31% from 255 or 31.96% from 560); Blue value is 161 (63.28% from 255 or 28.75% from 560); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB3A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB3A1 is #234C5E. Grayscale: #BDBDBD. Windows color (decimal): -2313311 or 10597340. OLE color: 10597340.

HSL color Cylindrical-coordinate representation of color #DCB3A1: hue angle of 18.31º 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 #DCB3A1 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB220179161-
CMYK00.190.270.14
HSL18.31º45.74%74.71%-
HSV(B)18.31º26.82%86.27%-
XYZ52.0750.0340.63-
YUV189.21112.08149.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.29%
GREEN value IS 179 (70.31% from 255) = 31.96%
BLUE value IS 161 (63.28% from 255) = 28.75%
R=39.29%
G=31.96%
B=28.75%

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
Decimal22017916100.190.270.1418.3145.7474.71
HexDCB3A10131BE122e4b
Octal33426324102333162256113
Binary110111001011001110100001010011110111110100101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB3A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB3A1; }

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

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

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

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

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

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

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

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