#DCB3A7

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

Shades of Clam Shell #DCB3A7

Tints of Clam Shell #DCB3A7

Color information

#DCB3A7 (or 0xDCB3A7) is unknown color: approx Clam Shell. HEX triplet: DC, B3 and A7. RGB value is (220,179,167). Sum of RGB (Red+Green+Blue) = 220+179+167=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 179 (70.31% from 255 or 31.63% from 566); Blue value is 167 (65.62% from 255 or 29.51% from 566); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB3A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB3A7 is #234C58. Grayscale: #BDBDBD. Windows color (decimal): -2313305 or 10990556. OLE color: 10990556.

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

Color convert

RGB220179167-
CMYK00.190.240.14
HSL13.58º43.09%75.88%-
HSV(B)13.58º24.09%86.27%-
XYZ52.6150.2543.48-
YUV189.89115.08149.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.87%
GREEN value IS 179 (70.31% from 255) = 31.63%
BLUE value IS 167 (65.62% from 255) = 29.51%
R=38.87%
G=31.63%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017916700.190.240.1413.5843.0975.88
HexDCB3A701318Ee2b4c
Octal33426324702330161653114
Binary11011100101100111010011101001111000111011101010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB3A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB3A7; }

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

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

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

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

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

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

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

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