#DCB4A4

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

Shades of Clam Shell #DCB4A4

Tints of Clam Shell #DCB4A4

Color information

#DCB4A4 (or 0xDCB4A4) is unknown color: approx Clam Shell. HEX triplet: DC, B4 and A4. RGB value is (220,180,164). Sum of RGB (Red+Green+Blue) = 220+180+164=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 180 (70.70% from 255 or 31.91% from 564); Blue value is 164 (64.45% from 255 or 29.08% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB4A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB4A4 is #234B5B. Grayscale: #BEBEBE. Windows color (decimal): -2313052 or 10794204. OLE color: 10794204.

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

Color convert

RGB220180164-
CMYK00.180.250.14
HSL17.14º44.44%75.29%-
HSV(B)17.14º25.45%86.27%-
XYZ52.5450.5442.11-
YUV190.14113.25149.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.01%
GREEN value IS 180 (70.70% from 255) = 31.91%
BLUE value IS 164 (64.45% from 255) = 29.08%
R=39.01%
G=31.91%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018016400.180.250.1417.1444.4475.29
HexDCB4A401219E112c4b
Octal33426424402231162154113
Binary110111001011010010100100010010110011110100011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB4A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB4A4; }

 p { color: rgb(220,180,164); }

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

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

 a { background-color: rgb(220,180,164); }

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

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

 span { border-color: rgb(220,180,164); }

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