#DCB2A1

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

Shades of Clam Shell #DCB2A1

Tints of Clam Shell #DCB2A1

Color information

#DCB2A1 (or 0xDCB2A1) is unknown color: approx Clam Shell. HEX triplet: DC, B2 and A1. RGB value is (220,178,161). Sum of RGB (Red+Green+Blue) = 220+178+161=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 178 (69.92% from 255 or 31.84% from 559); Blue value is 161 (63.28% from 255 or 28.80% from 559); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB2A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB2A1 is #234D5E. Grayscale: #BCBCBC. Windows color (decimal): -2313567 or 10597084. OLE color: 10597084.

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

Color convert

RGB220178161-
CMYK00.190.270.14
HSL17.29º45.74%74.71%-
HSV(B)17.29º26.82%86.27%-
XYZ51.8749.6340.56-
YUV188.62112.41150.38-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.36%
GREEN value IS 178 (69.92% from 255) = 31.84%
BLUE value IS 161 (63.28% from 255) = 28.80%
R=39.36%
G=31.84%
B=28.80%

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
Decimal22017816100.190.270.1417.2945.7474.71
HexDCB2A10131BE112e4b
Octal33426224102333162156113
Binary110111001011001010100001010011110111110100011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB2A1; }

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

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

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

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

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

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

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

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