#DCB2A2

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

Shades of Clam Shell #DCB2A2

Tints of Clam Shell #DCB2A2

Color information

#DCB2A2 (or 0xDCB2A2) is unknown color: approx Clam Shell. HEX triplet: DC, B2 and A2. RGB value is (220,178,162). Sum of RGB (Red+Green+Blue) = 220+178+162=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 178 (69.92% from 255 or 31.79% from 560); Blue value is 162 (63.67% from 255 or 28.93% from 560); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB2A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB2A2 is #234D5D. Grayscale: #BCBCBC. Windows color (decimal): -2313566 or 10662620. OLE color: 10662620.

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

Color convert

RGB220178162-
CMYK00.190.260.14
HSL16.55º45.31%74.9%-
HSV(B)16.55º26.36%86.27%-
XYZ51.9649.6741.03-
YUV188.73112.91150.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.29%
GREEN value IS 178 (69.92% from 255) = 31.79%
BLUE value IS 162 (63.67% from 255) = 28.93%
R=39.29%
G=31.79%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017816200.190.260.1416.5545.3174.9
HexDCB2A20131AE112d4b
Octal33426224202332162155113
Binary110111001011001010100010010011110101110100011011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB2A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB2A2; }

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

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

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

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

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

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

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

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